forked from fabd/kanji-koohii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (52 loc) · 1.08 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
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please try something like 'git add -n .' to test
# that your changes to a .gitignore file have the desired
# effect (-n will not really add files, just test).
#
# don't automatically add these
.*
!.gitignore
!.babelrc
# temporary/work-in-progress, and personal files
__*
# misc logs
*.log
error_log*
# output from Juicer (frontend build tool)
*.juiced.js
*.juiced.css
*.min.js
*.min.css
# tools
/batch/deploy
/batch/tools/closure
/batch/tools/yuicompressor
# generated files
/cache
/config/_*
/config/versioning*
# scripts are not ready (half broken)
/data/scripts/
# npm install
/node_modules
# build files (Juicer, webpack, ...)
/web/build
# realfavicon output
/batch/favicon/faviconData.json
/web/favicons
# admin/misc
/web/*.php
!/web/index.php
!/web/index_dev.php
!/web/index_test.php
/web/robots*
# private
/apps/backend
/web/backend
/apps/koohii/config/app.yml
/apps/koohii/config/juicer.config.php
/apps/koohii/config/settings.yml