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