mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
19 lines
183 B
Plaintext
19 lines
183 B
Plaintext
## IDEs
|
|
/.vscode
|
|
/.idea
|
|
|
|
## Vendors
|
|
/node_modules
|
|
|
|
## Lock files (use yarn only)
|
|
/package-lock.json
|
|
|
|
## Dist
|
|
/out
|
|
|
|
## Temp dirs & trash
|
|
/npm-debug.log
|
|
/yarn-error.log
|
|
.DS_Store
|
|
.env*
|