forked from GeyserMC/Configurate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (47 loc) · 851 Bytes
/
.gitignore
File metadata and controls
50 lines (47 loc) · 851 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
.gradle/
/*/build/
/*/out/
/*/bin/
/*/.factorypath
/*/.apt_generated/
/*/.apt_generated_tests/
/*/.checkstyle
/*/.settings
build-logic/*/bin/
/build/
/format/*/bin/
/format/*/build/
/format/*/out/
/format/*/.factorypath
/format/*/.apt_generated/
/format/*/.apt_generated_tests/
/format/*/.checkstyle
/format/*/.settings/
/extra/**/build/
/extra/*/out/
/extra/*/bin/
/extra/*/.factorypath
/extra/*/.apt_generated/
/extra/*/.apt_generated_tests/
/extra/*/ap/.settings/
/extra/*/ap/.factorypath
/extra/*/ap/bin/
/format/*/.apt_generated_tests/
/extra/*/.checkstyle
/extra/*/.settings/
# gitpatcher local data
/vendor/snakeyaml
/vendor/typesafe-config
/vendor/gradle.properties
# IntelliJ project data
.idea
*.iml
*.ipr
idea/
/*/*/src/*/java/generated/
/*/*/src/*/generated/
/*/src/*/java/generated/
/*/src/*/generated/
# Mac stuff
.DS_Store
Thumbs.db