1
0
Fork 0
empact/.gitignore

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/*