2
0
Fork 0
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:
Geert Bevin 2023-05-11 12:04:02 -04:00
parent bb7781a0b2
commit 3503ef3611
6 changed files with 19 additions and 19 deletions

12
.gitignore vendored
View file

@ -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

@ -1 +1 @@
Subproject commit a7e781fd85d7fcf61d3c864d109737cec6a15190 Subproject commit 840b862d35c193c4b4dc5c82c2f9cebbbd50bf04

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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