-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
56 lines (52 loc) · 1.54 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
# Compiled nonsense that does not belong in *source* control
**/build
**/bin
**/.gradle
**/out
**/classes
# Run stuff
**/minecraft
**/run
**/logs
# IDE nonsense that could go in source control but really shouldn't
.classpath
.project
.metadata
.settings
*.launch
*.iml
.idea
*.ipr
*.iws
# Sekrit files
private.properties
private.gradle
# Files from bad operating systems :^)
Thumbs.db
.DS_Store
local.properties
.directory
modules/cotton-commons/gradle/wrapper/gradle-wrapper.jar
modules/cotton-commons/gradle/wrapper/gradle-wrapper.properties
modules/cotton-commons/gradlew
modules/cotton-commons/gradlew.bat
modules/cotton-config/gradle/wrapper/gradle-wrapper.jar
modules/cotton-config/gradle/wrapper/gradle-wrapper.properties
modules/cotton-config/gradlew
modules/cotton-config/gradlew.bat
modules/cotton-datapack/gradle/wrapper/gradle-wrapper.jar
modules/cotton-datapack/gradle/wrapper/gradle-wrapper.properties
modules/cotton-datapack/gradlew
modules/cotton-datapack/gradlew.bat
modules/cotton-logging/gradle/wrapper/gradle-wrapper.jar
modules/cotton-logging/gradle/wrapper/gradle-wrapper.properties
modules/cotton-logging/gradlew
modules/cotton-logging/gradlew.bat
modules/cotton-player-events/gradle/wrapper/gradle-wrapper.jar
modules/cotton-player-events/gradle/wrapper/gradle-wrapper.properties
modules/cotton-player-events/gradlew
modules/cotton-player-events/gradlew.bat
modules/cotton-cauldron/gradle/wrapper/gradle-wrapper.jar
modules/cotton-cauldron/gradle/wrapper/gradle-wrapper.properties
modules/cotton-cauldron/gradlew
modules/cotton-cauldron/gradlew.bat