.
This commit is contained in:
parent
264d98b857
commit
35e6fa140e
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
*.iml
|
||||||
|
.idea/
|
||||||
|
.ipr
|
||||||
|
.iws
|
||||||
|
*~
|
||||||
|
~*
|
||||||
|
*.diff
|
||||||
|
*.patch
|
||||||
|
*.bak
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.svn/
|
||||||
|
*.swp
|
||||||
|
.nojekyll
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
|
||||||
|
#==========================
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# Mobile Tools for Java (J2ME)
|
||||||
|
.mtj.tmp/
|
||||||
|
|
||||||
|
# Package Files #
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
|
||||||
|
#=======================
|
||||||
|
target
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
*.log
|
||||||
|
logs
|
||||||
|
*.iws
|
||||||
|
*.classpath
|
||||||
|
.DS_Store
|
||||||
|
*.patch
|
||||||
|
~$*
|
||||||
|
|
||||||
|
*.MF
|
||||||
|
tem
|
Loading…
Reference in New Issue
Block a user