opengenerals/.gitignore
2024-03-06 20:41:04 +08:00

28 lines
183 B
Plaintext

build
*.zip
# Executables
*.pch
*.out
*.exe
*.dll
*.so
# Node.JS
package-lock.json
node_modules
# Editor
*.swp
.vscode
# Xmake
.xmake
# Test
*.tmp
# Config
config.mjs
*.sqlite3