Update Node.gitignore

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

View File

@ -123,31 +123,31 @@ dist
.vscode-test .vscode-test
# IDEs and editors # IDEs and editors
.vscode/ # .vscode/
.history/ # .history/
.idea/ # .idea/
*.iml # *.iml
.project # .project
.classpath # .classpath
.settings/ # .settings/
nbproject/ # nbproject/
*.xcworkspace # *.xcworkspace
*.xcuserstate # *.xcuserstate
*.xccheckout # *.xccheckout
*.xcodeproj # *.xcodeproj
.gradle/ # .gradle/
local.properties # local.properties
*.sublime-project # *.sublime-project
*.sublime-workspace # *.sublime-workspace
*.swp # *.swp
*.swo # *.swo
.atom/ # .atom/
*.sln.iml # *.sln.iml
*.pidb # *.pidb
*.userprefs # *.userprefs
cmake-build-*/ # cmake-build-*/
.DS_Store # .DS_Store
Thumbs.db # Thumbs.db
# yarn v2 # yarn v2
.yarn/cache .yarn/cache