Initial commit
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
# Useful examples
|
||||
# https://github.com/github/gitignore
|
||||
|
||||
# OS X
|
||||
*.DS_Store
|
||||
|
||||
# Java
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# C/C++
|
||||
*.so
|
||||
*.dylib
|
||||
*.dSYM
|
||||
*.dll
|
||||
*.jnilib
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
||||
# Directories
|
||||
**/bin/
|
||||
**/classes/
|
||||
**/dist/
|
||||
**/include/
|
||||
**/nbproject/
|
||||
/.libs/
|
||||
/findbugs/
|
||||
/target/
|
||||
|
||||
#intellij
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
#logs
|
||||
*.log
|
||||
|
||||
#project specific
|
||||
/src/genjava
|
||||
|
||||
#Eclipse che
|
||||
.che/
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
Reference in New Issue
Block a user