diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..7ee31dea4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,77 @@ +# https://git-scm.com/docs/gitignore +# https://help.github.com/articles/ignoring-files +# Example .gitignore files: https://github.com/github/gitignore + +# -------------------- +# OSX Files +# -------------------- +.DS_Store +.AppleDouble +.LSOverride + +._* +.Spotlight-V100 +.Trashes + +# -------------------- +# Eclipse or Nodeclipse "Enide Studio" Files +# -------------------- +# recommended to add to Git SCM +# or generate with `nodeclipse -p` command +.project +.settings/ +.*.md.html + + +# -------------------- +# IntelliJ Files +# -------------------- +*.iml +*.ipr +*.iws +.idea/ + +# -------------------- +# Netbeans Files +# -------------------- +nbproject/private/ + +nbbuild/ +dist/ +nbdist/ +nbactions.xml +nb-configuration.xml + +# -------------------- +# Node Files +# -------------------- +.nodemonignore +npm-debug.log +AgudaApp/node_modules/ + +# -------------------- +# SASS Files +# -------------------- +.sass-cache/ + +# -------------------- +# Bower Files +# -------------------- +.bower-*/ +bower_components + +# -------------------- +# App Files +# -------------------- +data/ +tests/results/** +modules/public/ +modules/views/ +/public/build/ +/packages/contrib/ +/packages/**/**/public/assets/lib + +# -------------------- +# vim Files +# -------------------- +*.swp