Skip to content

Commit

Permalink
JNG-4084 add gitignore (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg authored Nov 8, 2022
1 parent bbfef93 commit d71b6b2
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@
target/
!**/src/main/**/target/
!**/src/test/**/target/
.idea/
**/*.iml
transaction-logs/
.flattened-pom.xml
/**/target/
/**/bin/
/**/.settings/
/**/.checkstyle
/**/.idea/
/**/*.iml
/**/lombok.config
# original location
!**/config/lombok.config
**/data/localmodel
**/data/.config
**/stamp.dat
**/.index
.mvn/timing.properties
.output
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.cproject
.factorypath
.buildpath
.target
**/.DS_Store
/**/*.orig
.vscode
.release
/build.log
**/.flattened-pom.xml

0 comments on commit d71b6b2

Please sign in to comment.