Add IDE-specific rules to node.gitignore

This commit is contained in:
Quentin Berthet 2024-07-04 00:07:31 +02:00 committed by GitHub
parent bc1add69c7
commit e11d735ccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,13 +122,36 @@ dist
# Stores VSCode versions used for testing VSCode extensions # Stores VSCode versions used for testing VSCode extensions
.vscode-test .vscode-test
# IDEs and editors
.vscode/
.history/
.idea/
*.iml
.project
.classpath
.settings/
nbproject/
*.xcworkspace
*.xcuserstate
*.xccheckout
*.xcodeproj
.gradle/
local.properties
*.sublime-project
*.sublime-workspace
*.swp
*.swo
.atom/
*.sln.iml
*.pidb
*.userprefs
cmake-build-*/
.DS_Store
Thumbs.db
# yarn v2 # yarn v2
.yarn/cache .yarn/cache
.yarn/unplugged .yarn/unplugged
.yarn/build-state.yml .yarn/build-state.yml
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
# IDE
.idea/
.vs/