2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-27 00:38:12 -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