diff --git a/.gitignore b/.gitignore index 354d9ca3..dcdafe7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ + +# Junk that could exist anywhere: .DS_Store +*.swp +*.tmp + +# Project files that should not be in the repo +.project +.settings/ .settings.xml -.settings.xml.old \ No newline at end of file +.settings.xml.old + +# A handy place to put stuff that git should ignore: +/ignore/ + diff --git a/.project b/.project deleted file mode 100644 index dbb46bdc..00000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - editor - - - - - - org.eclipse.wst.jsdt.core.javascriptValidator - - - - - - org.eclipse.wst.jsdt.core.jsNature - -