-
-
Notifications
You must be signed in to change notification settings - Fork 408
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·59 lines (49 loc) · 752 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·59 lines (49 loc) · 752 Bytes
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
# eclipse
/bin
*.launch
/.settings
/.metadata
/.classpath
/.project
/eclipse
# idea
/out
*.ipr
*.iws
*.iml
/.idea/*
!/.idea
!/.idea/inspectionProfiles/
!/.idea/codeStyles/
/.idea/gradle.xml
/classes
# gradle
/build
/.gradle
# other
/.vscode
/run
/runData
/runClient
/runServer
.cache
/libs
gradle\.properties
# Exclude all Mac DS_Store files
/**/.DS_Store
# Exclude all Windows stuff
/**/Thumbs.db
README.txt
*.hprof
# Build stuff
*changelog.txt
tools/export_lang/.api_key
tools/fix_model_angle/*.class
tools/fix_model_angle/*.class
src/main/generated/resources/.cache/cache
logs/
gradle/local.gradle
gradle/local.configuration.gradle
/src/main/resources/assets/minecolonies/lang/**
!src/main/assets/minecolonies/lang/manual_en_us.json
runs/