forked from cecpk/RocketMAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (44 loc) · 770 Bytes
/
.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
*.pyc
*.idea
*.db
*.db-*
*.sass-cache
*.orig
*.json
config/*
!config/*.example
geofences/*
!geofences/*.example
node_modules/
venv/
!.eslintrc.json
core
src/
_build
_build_html
static/css/custom.css
static/dist/
static/images/appicons/custom/
static/images/header/*.jpeg
static/images/header/*.png
!static/images/header/rocket.png
static/images/raid/*.png
!static/images/raid/*_unknown.png
static/images/generated/*
static/icons-sprite.png
static/icons-large-sprite.png
static/icons/*.png
!static/icons/hsl*.png
static/js/custom.js
static/sounds/cries/*.mp3
static/sounds/cries/*.wav
*.csv
*.bat
*.sh
*.log
.DS_Store
!docs/make.bat
!Tools/Easy-Setup/easy-setup.sh
!Tools/Easy-Setup/setup.bat
!contrib/supervisord/gen-workers.sh
!contrib/supervisord/install-reinstall.sh