LiteLoaderBDS-1.16.40/Tools/ScriptX/.gitignore
2023-03-03 10:18:21 -08:00

51 lines
425 B
Plaintext

#*#
*.Makefile
*.a
*.exe
*.idb
*.lib
*.log
*.map
*.mk
*.ncb
*.pdb
*.pyc
*.scons*
*.sdf
*.sln
*.so
*.suo
*.user
*.vcproj
*.vcxproj
*.vcxproj.filters
*.xcodeproj
*~
.#*
.*.sw?
.ccls-cache
.cpplint-cache
.cproject
.gclient_entries
.gdb_history
.landmines
.pydevproject
.settings
.torquelint-cache
# build
build
cmake-build-*
# IDE
.idea
.project
.vscode
.vs
/compile_commands.json
/.cache/clangd
# js
node_modules
.yarn-meta