mirror of
https://github.com/jlengrand/create-1.git
synced 2026-03-10 08:11:25 +00:00
21 lines
163 B
Plaintext
21 lines
163 B
Plaintext
## editors
|
|
/.idea
|
|
/.vscode
|
|
|
|
## system files
|
|
.DS_Store
|
|
|
|
## npm
|
|
/node_modules/
|
|
/npm-debug.log
|
|
|
|
## testing
|
|
/coverage/
|
|
|
|
## temp folders
|
|
/.tmp/
|
|
|
|
# build
|
|
/_site/
|
|
/dist/
|