mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
34 lines
494 B
Plaintext
34 lines
494 B
Plaintext
# Node.js Dependency Directories
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# Windows Image File caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# VS Code directories
|
|
.vscode/
|
|
.vscode-test/
|
|
.history/
|
|
|
|
# Build and Debug output
|
|
out/
|
|
dist/
|
|
*.log
|
|
*.tsbuildinfo
|
|
|
|
# Other
|
|
*.DS_Store
|
|
*.code-workspace
|
|
|
|
# Package lock files (optional, some teams prefer to check these in to ensure consistent dependencies)
|
|
# package-lock.json
|
|
# yarn.lock
|
|
*.cpuprofile
|