-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (51 loc) · 1.01 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
# Logs
logs
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Grunt intermediate storage
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons
build/Release
# Dependency directories
node_modules
jspm_packages
# npm related
.npm
npm-debug.log*
npm_lazy.log
npm_lazy.config.js
# Directory-based project format:
.idea/
# App specific files
src/adtechmedia-website/.parameters.json
deeploy.json*
*_config.json*
*.provisioning.json*
hotfix_*.patch
# Backend files
**/backend/src/**/*.js
!**/backend/src/**/*spec.js
**/backend/src/**/*.zip
**/backend/src/**/*.sfv
# Frontend dependencies
**/js/vendor/
src/adtechmedia-website/frontend/_build/*
!src/adtechmedia-website/frontend/_build/videos
!src/adtechmedia-website/frontend/js/vendor
!src/adtechmedia-website/frontend/css/vendor
# Tests resources
GitDiffWalker.js
S3CoverageSynchronizer.js
CoverageComparator.js
CoverageManager.js
GitHubMsgPublisher.js
_vars.sh
**/.sass-cache/
**/coverages/
**/.DS_Store