diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5c925d3a..00000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -.classpath -.project -private.properties -environment.properties -.DS_Store -.DS_Store? -.Spotlight-V100 -.Trashes -/bin diff --git a/eclipse/.gitignore b/eclipse/.gitignore new file mode 100644 index 00000000..4a286b29 --- /dev/null +++ b/eclipse/.gitignore @@ -0,0 +1,5 @@ +/bin +.classpath +.project +private.properties +environment.properties \ No newline at end of file