feat: 添加git忽略文件

This commit is contained in:
LouisFonda 2024-02-27 14:10:05 +08:00
parent 68318b26d0
commit 4c7aa2aeee

39
.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
# Node.js
node_modules/
# Dependency directories
npm-debug.log
yarn-error.log
# macOS
.DS_Store
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Yarn
yarn-error.log
# Editor directories and files
.vscode
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
# User-specific files
npm-debug.log
yarn-debug.log*
yarn-error.log*