empact/.gitignore

17 lines
208 B
Plaintext
Raw Normal View History

2015-03-17 15:57:45 +07:00
// Packages
2015-03-18 23:57:04 +07:00
/node_modules
/app/bower_components
2015-03-08 15:10:40 +07:00
2015-03-08 15:15:21 +07:00
// Config files
/config.json
/config/*/*
// Workspace documents and notes
*.txt
2015-04-06 22:31:25 +07:00
/app/images/userpics
2015-03-08 15:15:21 +07:00
2015-03-17 15:57:45 +07:00
// Compiled
2015-03-18 23:57:04 +07:00
/app/jsx/build
2015-03-28 23:52:16 +07:00
/build/app.css
/build/app.js