forked from MyBotRun/MyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (60 loc) · 1.31 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
# MyBot.run AUTOIT .gitignore file
# Global Files
/.project
*.ini
*.log
*.orig
*.png
*.jpg
*.exe
*.bmp
# Global Folders
[Pp]rofiles/
[Tt]emplates/
[Tt]emp/
[Bb]ackup/
# Obsolete Files and Folders
[Ll]oots/
[Aa]llTowns/
# Exclusion Curl (used for PushBullet)
![Cc]url.exe
# Exclusion language ini files
![Ll]anguages/*.ini
# Exclusion Images/Icon
![Ii]mages/logo.jpg
![Ii]mages/2arrow.jpg
![Ii]mages/MyBot.ico
![Ii]mages/Button/Traps.png
![Ii]mages/Button/Xbow.png
![Ii]mages/Button/Inferno.png
![Ii]mages/Button/BoostBarrack.png
![Ii]mages/Button/BoostAllBarracks.png
![Ii]mages/Button/BarrackBoosted.png
![Ii]mages/Resources/Collect/*.png
![Ii]mages/Resources/Collect/*.bmp
![Ii]mages/Resources/LootCart/loot_cart.png
![Ii]mages/Resources/Obstacles/*.png
![Ii]mages/Resources/Tombs/*.png
![Ii]mages/Resources/GemBox/*.png
![Ii]mages/WeakBase/Eagle/*.png
![Ii]mages/WeakBase/Infernos/*.png
![Ii]mages/WeakBase/Mortars/*.png
![Ii]mages/WeakBase/WTower/*.png
![Ii]mages/WeakBase/Xbow/*.png
![Ii]mages/Walls/*.jpg
![Ss]trategies/*.ini
# ignore test strategies
[Ss]trategies/[Tt]est*.ini
[Ss]trategies/[Ss]trategy 2016*.ini
![Ii]mages/Storages/Gold/*.png
![Ii]mages/Storages/Elixir/*.png
# Debug
[Ll]ib/[Dd]ebug/
[Ll]ib/[Tt]est.txt
EnableMBRDebug.txt
# SQL (not in use)
*.sqlite3
*.db
# Release files
!LastVersion*.txt
!TestVersion*.txt