-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitignore
77 lines (61 loc) · 1.18 KB
/
.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
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,jekyll
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,jekyll
### Jekyll ###
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
### VisualStudioCode ###
.vscode/*
!.vscode/launch.json
!.vscode/settings.json
!.vscode/extensions.json
!.vscode/tasks.json
*.code-workspace
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,jekyll
### Audacity ###
*.au
*.aup
### GIMP ###
*.xcf
### cmpres and brstm ###
*.brstm
*.cmpres
!_modpacks/resources/*/*/*.cmpres
# exclude arc files but allow them for modpacks
*.arc
!_modpacks/resources/*/*/*.arc
*.scene
!_modpacks/resources/*/*/*.scene
### Binary Files ###
*.zip
!_modpacks/packs/cswt/development/other_files/*.zip
*.7z
__pycache__
### Map Background and Music Download Metainformation ###
*.cfg
# Environment
.env
.env*.local
# dependencies
/node_modules
bun.lockb
# IDEs and editors
/.idea
.project
.classpath
*.launch
.settings/
# Temp
gitignore
# System Files
.DS_Store
Thumbs.db
# build output
dist/
# generated types
.astro/