forked from MovingBlocks/TerasologyLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (49 loc) · 1.02 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
# Ignore Gradle
/.gradle/
/build/
/config/metrics
# Ignore IntelliJ IDEA
*.iml
*.ipr
*.iws
/out/
.attach_*
# Allow-list for sharing some IntelliJ IDEA configurations
!.idea/
# Ignore Eclipse
.project
.metadata
.settings/
.checkstyle
.classpath
*.bak
/bin/
# Ignore Linux
*~
# Ignore OSX
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
# Ignore Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Ignore output stuff
TerasologyLauncher.log
# Signing certificate - Do not EVER put this file into the repository
certum.jks
# Ignore text files that are copied by a gradle task from the root folder into resources to make them accessible for java code
/src/main/resources/org/terasology/launcher/about/
# Ignore icons that exists twice (for reference inside the jar and for the webstarter)
/src/main/resources/org/terasology/launcher/icons/
# Ignore version info file(s)
/src/main/resources/org/terasology/launcher/version/
# Ignore generated Web API sources
web-api-client/
# Ignore donwloaded JREs
jre/**