-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
77 lines (62 loc) · 1.29 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
ngrok
.DS_Store
/public/gen
/build/
*.swp
/node_modules/
/.idea/
Gemfile.lock
/tmp/
/temp/
*.orig
npm-debug.log
# Derby bundle folder
/public/derby/
hashes.json
# bundles
**/derby-serialized
# Bower installation
/bower_components/
# Compiled and minified assets
/public/css/*
!/public/css/vendor/
/public/js/minified/
/public/js/compiled/
# Compiled constants
/src/const/json/
/src/*/*/const/json/
# Exclude all fontello files except needed ones.
/public/fonts/fontello-*
/public/fonts/fontello/*
!/public/fonts/fontello/config.json
!/public/fonts/fontello/css/
/public/fonts/fontello/css/*
!/public/fonts/fontello/css/fontello-codes.css
!/public/fonts/fontello/font/
# Exclude compiled sprite images
/public/img/sprites/
# Exclude vendor fonts
/public/fonts/vendor/
# Exclude fontello temp files which may accidently remain in root folder
/.fontello
/.fontello.zip
/.fontello.src
# Exclude css vendor files
/styles/vendor/*
# Except the main one with overrides and custom ones (converted manually)
!/styles/vendor/index.styl
# Exclude Test screenshots
/test/screenshots/
/test/screenshots.tar.gz
/test/results.json
/test/results_unit.html
/test/results.html
# Exclude coverage results
/test/coverage.html
/temp_prices
/src/games/prices/screenshots
# Upload folder
/public/store/
/public/store
# Python
*.pyc