59 lines
557 B
Plaintext
59 lines
557 B
Plaintext
# maven ignore
|
|
target/
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz
|
|
dependency-reduced-pom.xml
|
|
.flattened-pom.xml
|
|
pom.xml.versionsBackup
|
|
|
|
# maven plugin ignore
|
|
release.properties
|
|
*.gpg
|
|
|
|
# eclipse ignore
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
.factorypath
|
|
|
|
# idea ignore
|
|
.idea/
|
|
!/.idea/icon.png
|
|
!/.idea/vcs.xml
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# vscode ignore
|
|
.vscode/
|
|
|
|
# temp ignore
|
|
logs/
|
|
*.log
|
|
*.tlog
|
|
*.doc
|
|
*.cache
|
|
*.diff
|
|
*.patch
|
|
*.tmp
|
|
|
|
# system ignore
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# antlr ignore
|
|
gen/
|
|
*.tokens
|
|
|
|
# profiler ignore
|
|
.profiler/
|
|
|
|
# hugo ignore
|
|
public/
|
|
.hugo_build.lock
|
|
*.html-e
|