-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
89 lines (68 loc) · 1.26 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
78
79
80
81
82
83
84
85
86
87
88
89
# Environment Configuration
.env
# Build output folders
/dist/
/build/
/tmp
/packages/*/dist
/packages/*/lib/bin
/packages/*/lib/obj
.rpt2_cache
/reports
.nyc_output
.awcache
.cache-loader
# Release Files
/packages/*/LICENSE
/packages/*/README.md
# Playground
/packages/neo-one-playground
# Website
/packages/neo-one-website/tmp
/packages/neo-one-website/build
/packages/neo-one-website/dist
/packages/neo-one-website/publicOut
/packages/neo-one-website/.awcache
/packages/neo-one-website/.cache-loader
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Coverage directory used by tools like istanbul
coverage
# node-waf configuration
.lock-wscript
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
*/node_modules
# Debug log from npm
npm-debug.log
# Debug log from lerna
lerna-debug.log
# IntelliJ IDE ignore
.idea
# Visual Studio Code
.history
# flow-typed Lib Defs
flow-typed/
# Flow Coverage Report
flow-coverage/
# Happypack
.happypack
# OSX Files
.DS_Store
# Template lock files
/packages/*/template/yarn.lock
# Cypress
cypress/videos
cypress/screenshots
# React-Static Artifacts
/packages/neo-one-website/artifacts/
# Rush files
common/temp/**
package-deps.json
/packages/*/.rush