# Include your project-specific ignores in this file # Read about how to use .gitignore: https://help.github.com/articles/ignoring-files # Numerous always-ignore extensions .sass-cache/ .nodemonignore *.diff *.err *.orig *.log *.rej *.swo *.swp *.vi *~ .tern-port *.css *.css.map !client/assets/styles/reset.css # OS or Editor folders .DS_Store .cache .project .settings .tmproj .tmp nbproject Thumbs.db .idea # NPM packages folder. node_modules/ npm-debug.log # Build folder generated by grunt build/ # Ignore the tracking for documentation /docs /doc # Output dynamically when running the karma start, code coverage /coverage/* # Application Ignore file compass_app_log.txt # Sublime Specific Settings *.sublime-project *.sublime-workspace client/assets/vendors/* !client/assets/vendors/globalizer.js client/assets/styles/sass/framework