-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy path.gitignore
63 lines (50 loc) · 802 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
*.csv
!redirects.csv
.env
_build/
*~
.directory
.vs/
.vscode/
*.mo
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Common environment files
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# User created Python virtual environment as described in the docs
godot-docs-venv/
# Vim temp files
*.swo
*.swp
# Geany/geany-plugins files
*.geany
.geanyprj
# Finder (macOS) makes these automatically.
.DS_Store
__MACOSX
# 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
# Output of list-unused-images.sh tool
tmp-unused-images
tmp-unused-images-history
# Jetbrains IDE files
/.idea/