mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
.gitignore improvements
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@@ -1,15 +1,38 @@
|
||||
_build/
|
||||
env/
|
||||
extensions/__pycache__/
|
||||
__pycache__
|
||||
*.pyc
|
||||
*~
|
||||
.directory
|
||||
.vs/
|
||||
.vscode/
|
||||
*.mo
|
||||
|
||||
# Vim temp files
|
||||
*.swo
|
||||
*.swp
|
||||
|
||||
# Geany/geany-plugins files
|
||||
*.geany
|
||||
.geanyprj
|
||||
|
||||
# Finder (macOS) makes these automatically.
|
||||
.DS_Store
|
||||
__MACOSX
|
||||
|
||||
# And Windows keeps creating these.
|
||||
Thumbs.db
|
||||
# Windows image file caches
|
||||
[Tt]humbs.db
|
||||
[Tt]humbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# Windows folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Windows Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
logo.h
|
||||
*.autosave
|
||||
|
||||
Reference in New Issue
Block a user