-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
77 lines (58 loc) · 1.41 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# gradle
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrapper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# VSCode Workspace Settings
.vscode/
# IDE
.idea/
IdleRSC.iml
# output
classes/
build/
IdleRSC.jar
*.zip
src/main/resources/cache
public/
# User screenshots
Screenshots/
# User Account Data
accounts/
*.properties
# Local OCR Sleep BMP
hc.bmp
# Don't include any file or directory in the scripts directory that has test in the name regardless of casing
app/src/main/java/scripting/*/*[Tt][Ee][Ss][Tt]*
# Don't include core assets downloaded when updating client with scripts
assets/core
# Don't include any auto-generated discord_inuse files
discord_inuse.txt
# Don't include .csv files generated by scripts (used for skill tracking)
*.csv
# Cache generates on Idlersc launch
Cache/
# Ignore helper scripts that are moved into root directory
/run_show_Console.bat
/compile_and_run_windows.bat
/Free Cloud Botting Tutorial.txt
/run_linux.sh
/run_multiple_clients.bat
/run_no_console.bat
/run_set_max_heap_size.bat
/run_profiler_support.bat
/compile_windows.bat
#Put any custom git ignore attributes below
hs_err*