diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..189b3b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,69 @@ +#------------------------------------ + # Project +#------------------------------------ + +# Custom exclusions here + + + + + +#------------------------------------ + # Tools +#------------------------------------ + +localStorage/* +bower_components/ +node_modules/ +out/ +.bundle +.idea/ +.komodotools +.project +.settings/ +.tern-project +.tmproj +*.esproj +*.komodoproject +*.sublime-* +browserstack.js +codekit-config.json +mixture.json +prepros.json + + + + + +#------------------------------------ + # System +#------------------------------------ + +assetsSource/coreFAB/compileCache/* +projectOverrides.json +.cache +.DS_Store +.tmp +*.diff +*.err +*.log +*.orig +*.rej +*.swo +*.swp +*.vi +error_log +Thumbs.db +Homestead.yaml +vendor/* +*.vagrant + + + + + +#------------------------------------ + # Gitkeep +#------------------------------------ + +!.gitkeep