2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-24 07:47:11 -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
build
lib/bld/**
lib/compile/**
lib/runtime/**
lib/standalone/**
lib/test/**
!bld-wrapper.jar
!bld-wrapper.properties
!lib/bld/bld-wrapper.jar
!lib/bld/bld-wrapper.properties
lib/compile/
lib/runtime/
lib/standalone/
lib/test/
# IDEA ignores

2
core

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

View file

@ -1,13 +1,13 @@
.gradle
.DS_Store
build
lib/bld/**
!lib/bld/bld-wrapper.jar
!lib/bld/bld-wrapper.properties
lib/compile/
lib/runtime/
lib/standalone/
lib/test/
lib/bld/**
!bld-wrapper.jar
!bld-wrapper.properties
# IDEA ignores

View file

@ -1,13 +1,13 @@
.gradle
.DS_Store
build
lib/bld/**
!lib/bld/bld-wrapper.jar
!lib/bld/bld-wrapper.properties
lib/compile/
lib/runtime/
lib/standalone/
lib/test/
lib/bld/**
!bld-wrapper.jar
!bld-wrapper.properties
# IDEA ignores

View file

@ -1,13 +1,13 @@
.gradle
.DS_Store
build
lib/bld/**
!lib/bld/bld-wrapper.jar
!lib/bld/bld-wrapper.properties
lib/compile/
lib/runtime/
lib/standalone/
lib/test/
lib/bld/**
!bld-wrapper.jar
!bld-wrapper.properties
# IDEA ignores

View file

@ -1,13 +1,13 @@
.gradle
.DS_Store
build
lib/bld/**
!lib/bld/bld-wrapper.jar
!lib/bld/bld-wrapper.properties
lib/compile/
lib/runtime/
lib/standalone/
lib/test/
lib/bld/**
!bld-wrapper.jar
!bld-wrapper.properties
# IDEA ignores