Merge pull request #327 from Major-/unignore-fs

Ensure /data/fs exists in fresh clones
This commit is contained in:
Gary Tierney
2017-05-25 11:50:30 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@
*.class *.class
*.iml *.iml
/data/fs
/data/rsa.pem /data/rsa.pem
/data/savedGames /data/savedGames
/lib/ /lib/
+2
View File
@@ -0,0 +1,2 @@
*
!.gitignore