Add gitignore file.
This commit is contained in:
parent
de2ab6a3ad
commit
bbcd532924
|
|
@ -0,0 +1,11 @@
|
|||
.classpath
|
||||
!/.project
|
||||
.project
|
||||
.settings
|
||||
target
|
||||
*.ipr
|
||||
*.iml
|
||||
*.iws
|
||||
.idea/
|
||||
.DS_Store
|
||||
.idea
|
||||
Loading…
Reference in New Issue