error-pages/.gitignore
2020-07-08 16:12:21 +05:00

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*