forked from confused-Techie/atom-backend
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.compactignore
61 lines (58 loc) · 861 Bytes
/
.compactignore
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
> GLOBAL
node_modules/
# Ignore old JSON based artifact
data/
bundled-repos/
> gitignore
# Ignore our secrets
app.yaml
pulsar-*.json
ca-certificate.crt
# Ignore unneeded files
coverage/
> gcloudignore
.gcloudignore
test/
tests/
scripts/
docs/reference
docs/resources/
docs/build.md
docs/host_your_own.md
docs/writingIntegrationTests.md
# Git Tooling / NPM Tooling
.git/
.github/
.gitattributes
.gitignore
codql-config.yml
# Community Health Files
ARCHITECTURE.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FUNDING.yml
LICENSE.md
PULL_REQUEST_TEMPLATE.md
README.md
SECURITY.md
# Other configs
.all-contributorsrc
.codacy.yaml
.compactignore
.complexrc
.eslintrc.js
.nvmrc
.prettierignore
app.example.yaml
codeql-config.yml
jest.config.js
jsdoc.conf.js
> prettierignore
*.md
coverage/
# Ignore Git tooling
.git/
.github/
.gitignore
.gitattributes