chore(project): add the .gitignore file to project
This commit is contained in:
parent
ba068e81e1
commit
73fea13e9e
|
|
@ -0,0 +1,9 @@
|
|||
/build/
|
||||
target/
|
||||
.idea/
|
||||
*.iml
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
.DS_Store
|
||||
*~
|
||||
Loading…
Reference in New Issue