-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
49 lines (44 loc) · 927 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
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
.recommenders/*
.gradle*
# idea
out
*.ipr
*.iws
*.iml
.idea
# gradle
build/
# other
eclipse
run
*.blend1
logs/*
/git/
processing_scripts/icon_generator/icon/*
processing_scripts/icon_generator/img/*
processing_scripts/database_update/.cache/*
processing_scripts/database_update/new/*
processing_scripts/json_cleanup/inputs/*
processing_scripts/json_cleanup/outputs/*
processing_scripts/worldgen_setup/new*
**/__pycache__/*
**/.vscode/*
**/template_worlds/main_structures/DIM*
**/template_worlds/main_structures/t*
**/template_worlds/main_structures/w*
**/template_worlds/main_structures/s*
**/template_worlds/main_structures/a*
**/template_worlds/main_structures/d*
**/template_worlds/main_structures/g*
**/template_worlds/main_structures/e*
**/template_worlds/main_structures/la*
**/template_worlds/main_structures/p*
/.apt_generated_tests/
/.apt_generated/