chore: .gitignore
This commit is contained in:
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
target
|
||||
.idea
|
||||
*.iml
|
||||
nb-configuration.xml
|
||||
nbactions.xml
|
||||
.project
|
||||
.settings
|
||||
*/.settings
|
||||
*/.project
|
||||
.classpath
|
||||
*/.idea
|
||||
.idea/
|
||||
.vscode/
|
||||
.settings/
|
||||
target/
|
||||
ideaproj/
|
||||
*/bin
|
||||
.DS_Store
|
||||
*.ipr
|
||||
*.iws
|
||||
bin/
|
||||
nbproject/
|
||||
.springBeans
|
||||
/log/
|
||||
/logs/
|
||||
/storage/
|
||||
/var/log/*
|
||||
*.factorypath
|
||||
/storage/
|
||||
Reference in New Issue
Block a user