加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 871 Bytes
一键复制 编辑 原始数据 按行查看 历史
citizenl 提交于 2024-01-21 19:05 . feat:windows auto copy addons
# Godot-specific ignores
.import/
.godot
# Imported translations (automatically generated from CSV files)
*.translation
build
export
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# System/tool-specific ignores
.directory
*~
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.db
# Do not ignore the database that is to be opened in read-only mode!
!data_to_be_packaged.db
# Compiled source #
###################
*.com
*.class
*.exe
*.o
*.os
*.obj
*.exp
*.pdb
*.lib
*.bc
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Etc
.sconsign.dblite
demo/build
test_backup_new.json
test_backup_base64_new.json
# VS
vsproj/.vs/
vsproj/Debug/
vsproj/Release/
vsproj/x64/
vsproj/x86/
vsproj/gdsqlite.vcxproj.*
.vscode
demo/addons/godot-flexbox
dist
bin
addons/*.dll
demo/.godot
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化