2020-01-02 15:46:31 +01:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
2020-01-04 00:59:33 +05:00
|
|
|
# Build artifacts
|
|
|
|
build
|
|
|
|
|
2020-01-02 15:46:31 +01:00
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
2020-01-04 00:59:33 +05:00
|
|
|
|
2020-01-04 01:08:34 +02:00
|
|
|
# lock file
|
|
|
|
yarn.lock
|
|
|
|
|
2020-01-04 00:59:33 +05:00
|
|
|
# Editors
|
2020-01-02 21:11:33 +01:00
|
|
|
.vscode/
|
2020-01-04 00:59:33 +05:00
|
|
|
|
2020-01-08 19:18:17 +01:00
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# build files
|
|
|
|
static/
|