-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
51 lines (51 loc) · 934 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
45
46
47
48
49
50
51
/**/*.css
/.idea
/.tmp
src/.tmp
src/.env
src/.nyc_output
src/public
/.scss-linters
/__deploy
/src/node_modules
/mongo/mongo
/src/client/css
/src/client/lib
/src/dist
/src/music
/src/client/icons-src/output
/src/client/app/vc
src/.scss-linters
/vagrant/.vagrant
/npm-debug.log
/yarn-error.log
/vagrant/ubuntu-xenial-16.04-cloudimg-console.log
/src/logs
/src/.tmp/scss-lint-report.xml
/docker/node/.app
/build/.work
/build/.clone
/build/.stage
/docker/.images
/src/client/bundle
/src/yarn-error.log
/src/server/reference/music
/src/client/lib-dev
/src/__logs
/docker/node/.deployKeys
/docker/node/.app
/docker/node/.build
/src/client/app/bundle.min.js
/src/client/app/config.min.js
/src/client/app/version.txt
/docker/redis
/src/client/app/version.json
/src/client/app/config.js
docker/oauthgobo.env
build/node/.stage.tar.gz
build/logs
build/data
src/data
src/.cache-require-paths.json
!src/client/app/localLib/**
src/tests/remote/.env