18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
// JSX cache
|
|
.module-cache
|
|
|
|
// Packages
|
|
node_modules
|
|
bower_components
|
|
|
|
// Config files
|
|
/config.json
|
|
/config/*/*
|
|
|
|
// Workspace documents and notes
|
|
*.txt
|
|
|
|
// Compiled
|
|
app/jsx/build
|
|
build/*
|