chore(project): add the .gitignore file to project

This commit is contained in:
xcaspar 2017-04-26 21:40:33 +08:00
parent ba068e81e1
commit 73fea13e9e
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/build/
target/
.idea/
*.iml
.classpath
.project
.settings/
.DS_Store
*~