forked from Goldclownfish/RocketMapPlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (44 loc) · 706 Bytes
/
.gitignore
File metadata and controls
44 lines (44 loc) · 706 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
*.pyc
*.idea
*.db
*.db-*
*.sass-cache
*.orig
*.json
config/*
!config/config.ini.example
geofences/*
!geofences/*.example
devices/*
!devices/*.example
gpx/*
!gpx/*.example
static/dist/
node_modules/
venv/
core
src/
_build
_build_html
beehive.*
static/images/generated/*.png
static/images/raid/*.png
!static/images/raid/*_unknown.png
static/icons-sprite.png
static/icons-large-sprite.png
static/icons/*.png
static/css/custom.css
static/js/custom.js
static/rarity.json
*.csv
*.bat
*.sh
*.log
!docs/make.bat
!Tools/Easy-Setup/easy-setup.sh
!Tools/Easy-Setup/setup.bat
!contrib/supervisord/gen-workers.sh
!contrib/supervisord/install-reinstall.sh
!static/data/*
!static/icons/hsl*.png
!static/app/settings.json