-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitignore
90 lines (72 loc) · 917 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Lock files
*.lock
~$*.*
## LibreOffice and OpenOffice temporary files
.~lock.*#
# Archives
*.zip
*.tar
*.tar.gz
*.tgz
*.gz
*.7z
*.rar
## Minecraft Bedrock edition worlds
*.mcworld
## Minecraft Modrinth modpacks
*.mrpack
## Microsoft Office file formats (ZIP-based)
*.docx
*.dotx
*.xlsx
*.xlsm
*.xltx
*.xlsb
*.pptx
*.ppsx
*.potx
## OpenDocument file formats (ZIP-based)
*.odt
*.ods
*.odp
*.odg
*.odf
*.odm
*.ott
# Installer files
*.iso
## Windows installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Executables
*.bin
*.exe
*.apk
## Common compiled files
dist
build
## Java executables and compiled files
*.jar
*.class
## Libraries
### Node.js packages
node_modules
## Gradle wrapper
gradlew
gradlew.bat
# Node.js package information
package-lock.json
# User-specific files
## Godot 4+ specific ignores
.godot
android
# Cache
## Kotlin project cache
.kotlin
# Logs
*.log
# Common working directory
run