Adding a .gitignore file, and ignoring a few unneeded project related files.

This commit is contained in:
Jonathan Thomas
2015-08-02 22:37:21 -05:00
parent f447f4ae41
commit 5975e074b8
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
*.DS_Store
.idea
.settings
idea/*
+4
View File
@@ -0,0 +1,4 @@
*.DS_Store
.idea
.settings
idea/*