60 lines
698 B
Plaintext
60 lines
698 B
Plaintext
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.backup
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.new
|
|
*.en
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Language directory temporary files
|
|
include/qsgen2/lang/*.backup
|
|
include/qsgen2/lang/*.bak
|
|
include/qsgen2/lang/*.new
|
|
include/qsgen2/lang/*.txt
|
|
include/qsgen2/lang/*.en
|
|
|
|
# Scripts directory (temporary/conversion scripts)
|
|
/scripts/
|
|
/tools/
|
|
|
|
# Build output
|
|
/build/
|
|
/dist/
|
|
*.o
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local development files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|