empact/.gitignore

18 lines
187 B
Plaintext
Raw Normal View History

2015-03-08 15:15:21 +07:00
// JSX cache
2015-03-08 15:10:40 +07:00
.module-cache
2015-03-08 15:15:21 +07:00
2015-03-17 15:57:45 +07:00
// Packages
node_modules
2015-03-08 15:10:40 +07:00
bower_components
2015-03-08 15:15:21 +07:00
// Config files
/config.json
/config/*/*
// Workspace documents and notes
*.txt
2015-03-17 15:57:45 +07:00
// Compiled
app/jsx/build
build/*