Add IDE-specific rules to node.gitignore
This commit is contained in:
parent
bc1add69c7
commit
e11d735ccc
@ -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/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user