extension: migrate vscode to editors/ (#316)
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -16,10 +16,6 @@
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
@@ -31,28 +27,36 @@
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Evil things
|
||||
.claude
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# LSP & IDE
|
||||
compile_commands.json
|
||||
.vscode/
|
||||
.vs/
|
||||
.idea/
|
||||
|
||||
temp/
|
||||
# Build & Toolchain
|
||||
*build*/
|
||||
temp/
|
||||
.cache/
|
||||
.clice/
|
||||
.llvm*/
|
||||
.xmake/
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
tests/unit/Local/
|
||||
.llvm*/
|
||||
.clice/
|
||||
compile_commands.json
|
||||
perf.data
|
||||
flamegraph.svg
|
||||
|
||||
# Nodejs & Web
|
||||
*.vsix
|
||||
dist/
|
||||
out/
|
||||
cache/
|
||||
node_modules/
|
||||
.vscode-test/
|
||||
|
||||
**/node_modules
|
||||
docs/.vitepress/dist
|
||||
docs/.vitepress/cache
|
||||
# Python & Testing
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
tests/unit/Local/
|
||||
|
||||
# IDEs & Editors
|
||||
/.vscode/
|
||||
.vs/
|
||||
.idea/
|
||||
.claude
|
||||
|
||||
Reference in New Issue
Block a user