Merge pull request #175 from xcaspar/feature/174

chore(project): add the .gitignore file to project
This commit is contained in:
吴晟 Wu Sheng 2017-04-27 18:21:50 +08:00 committed by GitHub
commit 4da209a24a
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
*~