mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Improve git ignore in project templates
This commit is contained in:
parent
bb7781a0b2
commit
3503ef3611
6 changed files with 19 additions and 19 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -4,12 +4,12 @@ embedded_dbs
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
lib/bld/**
|
lib/bld/**
|
||||||
lib/compile/**
|
!lib/bld/bld-wrapper.jar
|
||||||
lib/runtime/**
|
!lib/bld/bld-wrapper.properties
|
||||||
lib/standalone/**
|
lib/compile/
|
||||||
lib/test/**
|
lib/runtime/
|
||||||
!bld-wrapper.jar
|
lib/standalone/
|
||||||
!bld-wrapper.properties
|
lib/test/
|
||||||
|
|
||||||
# IDEA ignores
|
# IDEA ignores
|
||||||
|
|
||||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
||||||
Subproject commit a7e781fd85d7fcf61d3c864d109737cec6a15190
|
Subproject commit 840b862d35c193c4b4dc5c82c2f9cebbbd50bf04
|
|
@ -1,13 +1,13 @@
|
||||||
.gradle
|
.gradle
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
|
lib/bld/**
|
||||||
|
!lib/bld/bld-wrapper.jar
|
||||||
|
!lib/bld/bld-wrapper.properties
|
||||||
lib/compile/
|
lib/compile/
|
||||||
lib/runtime/
|
lib/runtime/
|
||||||
lib/standalone/
|
lib/standalone/
|
||||||
lib/test/
|
lib/test/
|
||||||
lib/bld/**
|
|
||||||
!bld-wrapper.jar
|
|
||||||
!bld-wrapper.properties
|
|
||||||
|
|
||||||
# IDEA ignores
|
# IDEA ignores
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.gradle
|
.gradle
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
|
lib/bld/**
|
||||||
|
!lib/bld/bld-wrapper.jar
|
||||||
|
!lib/bld/bld-wrapper.properties
|
||||||
lib/compile/
|
lib/compile/
|
||||||
lib/runtime/
|
lib/runtime/
|
||||||
lib/standalone/
|
lib/standalone/
|
||||||
lib/test/
|
lib/test/
|
||||||
lib/bld/**
|
|
||||||
!bld-wrapper.jar
|
|
||||||
!bld-wrapper.properties
|
|
||||||
|
|
||||||
# IDEA ignores
|
# IDEA ignores
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.gradle
|
.gradle
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
|
lib/bld/**
|
||||||
|
!lib/bld/bld-wrapper.jar
|
||||||
|
!lib/bld/bld-wrapper.properties
|
||||||
lib/compile/
|
lib/compile/
|
||||||
lib/runtime/
|
lib/runtime/
|
||||||
lib/standalone/
|
lib/standalone/
|
||||||
lib/test/
|
lib/test/
|
||||||
lib/bld/**
|
|
||||||
!bld-wrapper.jar
|
|
||||||
!bld-wrapper.properties
|
|
||||||
|
|
||||||
# IDEA ignores
|
# IDEA ignores
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
.gradle
|
.gradle
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
|
lib/bld/**
|
||||||
|
!lib/bld/bld-wrapper.jar
|
||||||
|
!lib/bld/bld-wrapper.properties
|
||||||
lib/compile/
|
lib/compile/
|
||||||
lib/runtime/
|
lib/runtime/
|
||||||
lib/standalone/
|
lib/standalone/
|
||||||
lib/test/
|
lib/test/
|
||||||
lib/bld/**
|
|
||||||
!bld-wrapper.jar
|
|
||||||
!bld-wrapper.properties
|
|
||||||
|
|
||||||
# IDEA ignores
|
# IDEA ignores
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue