-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
174 lines (130 loc) · 2.7 KB
/
.gitignore
File metadata and controls
174 lines (130 loc) · 2.7 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Created by https://www.gitignore.io/api/osx,node,ruby,linux,web-app,windows
# Edit at https://www.gitignore.io/?templates=osx,node,ruby,linux,web-app,windows
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
### Node ###
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# node-waf configuration
.lock-wscript
# Dependency directories
node_modules/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Use /.eslintrc.js ignorePatterns instead
.eslintignore
# Optional REPL history
.node_repl_history
# Yarn Integrity file
.yarn-integrity
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
#DynamoDB Local files
.dynamodb/
### OSX ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
# Ignore pow environment settings
.powenv
# Ignore yarn files
/yarn-error.log
# Ignore uploaded files in development
/storage/*
!/storage/.keep
## Specific to RubyMotion:
.dat*
.repl_history
build/
*.bridgesupport
# End of https://www.gitignore.io/api/osx,node,ruby,linux,web-app,windows
Brewfile.lock.json
certs/private.key
certs/public.crt
/local-s3
/local-opensearch
workspaces/**/dist
workspaces/**/*/storybookBuild/
workspaces/**/*.tsbuildinfo
workspaces/**/.awcache
workspaces/**/lint.checkstyle.xml
workspaces/**/dist
infra/*/dist
infra/*/*.tsbuildinfo
dist.zip
# Yarn
**/.yarn/install-state.gz
**/.yarn/build-state.yml
**/.yarn/unplugged
berry.lock
.pnp.js
# Zapier
workspaces/apps/zapier/build
workspaces/apps/zapier/docs
.zapierapprc
# GitHub credentials for bin/generateChangelog.ts
bin/github-personal-access-token
# Ignore Node diagnostic reports
report.*.json
# Config is generated from a template
infra/web-app-infra/local-dev/nginx.conf
# Ignore developer pulumi stacks
Pulumi.*_dovetail*.yaml
# Ignore pulumi state backends
.pulumi
# Ignore caches
.cache
workspaces/**/postgraphile.cache.json
infra/**/postgraphile.cache.json
.nx/cache
.nx/workspace-data
# Config files
**/*.local
# Dotenv files
.env
.yarn/cache
dist/*