ACS-550 Add .gitignore

(cherry picked from commit 36ccfe2bea)
This commit is contained in:
Cezar.Leahu
2020-09-03 11:15:34 +03:00
parent 9609c51231
commit 508b5dfb3d

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
*.class
# Eclipse
.classpath
.settings
.project
# Intellij
.idea/
*.iml
*.iws
#VSCode
/.vscode
# Mac
.DS_Store
# Maven
target
*.log
*.log.*
# Mobile Tools for Java (J2ME)
.mtj
.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*