chore: sync project updates
This commit is contained in:
50
.gitignore
vendored
50
.gitignore
vendored
@@ -1,25 +1,25 @@
|
||||
# Node/React
|
||||
**/node_modules/
|
||||
**/build/
|
||||
**/coverage/
|
||||
|
||||
# Go
|
||||
**/*.exe
|
||||
**/*.test
|
||||
**/*.out
|
||||
**/*.dll
|
||||
**/*.so
|
||||
**/*.dylib
|
||||
|
||||
# Data files
|
||||
**/data/data.json
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
# Node/React
|
||||
**/node_modules/
|
||||
**/build/
|
||||
**/coverage/
|
||||
|
||||
# Go
|
||||
**/*.exe
|
||||
**/*.test
|
||||
**/*.out
|
||||
**/*.dll
|
||||
**/*.so
|
||||
**/*.dylib
|
||||
|
||||
# Data files
|
||||
**/data/data.json
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user