forked from spinnaker/deck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (46 loc) · 804 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
# OS Generated Files #
*.swp
.DS_Store
ehthumbs.db
# This "Icon" entry needs its invisible carriage return character preserved
# to avoid ignoring *any* directory that starts with the name 'icon':
# https://stackoverflow.com/questions/17556250/how-to-ignore-icon-in-git
Icon
Thumbs.db
# IDE Files
*.ipr
*.iws
*.iml
.idea/
.vscode/
.classpath
.project
.settings/
# Node Files #
npm-debug.log
node_modules/
test/google/node_modules/
# Build Files
.awcache/
.gradle/
.happypack/
**/.cache-loader
.yalc
yalc.lock
build/
dist/
lib/
transpiled/
app/scripts/modules/core/src/styleguide/public/
yarn-error.log
*.css.d.ts
# Test Results
test-results.xml
/bin/
# Functional Test Artifacts
mb.pid
mb*.log
selenium-logs
*.browser.log
test/functional/cypress/videos/**/*
test/functional/cypress/screenshots/**/*