Created
December 30, 2015 07:11
-
-
Save vidaaudrey/b682c132c040e0ae4dc9 to your computer and use it in GitHub Desktop.
React Gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules | |
ncp-debug.log | |
npm-debug.log | |
bower_component | |
src/config/configSec.js | |
.DS_STORE | |
node_modules | |
*~ | |
*.pyc | |
static | |
.grunt | |
_SpecRunner.html | |
__benchmarks__ | |
build/ | |
coverage/ | |
.module-cache | |
*.gem | |
docs/.bundle | |
docs/code | |
docs/_site | |
docs/.sass-cache | |
docs/js/* | |
docs/downloads | |
docs/vendor/bundle | |
examples/shared/*.js | |
test/the-files-to-test.generated.js | |
*.log* | |
chrome-user-data | |
*.sublime-project | |
*.sublime-workspace | |
.idea | |
*.iml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment