forked from digitalbiblesociety/dbp-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
50 lines (48 loc) · 844 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
# Don't check auto-generated stuff into git
oldCodeSnippets.js
coverage
build
bundles
node_modules
stats.json
yarn-error.log
.env
.next
.next/
.next/*
.next/static
.next/server
.next/static/*
.next/server/*
app/utils/ENGKJV
reduxStoreShape.js
next-server
static/sitemaps/*
cdn
cdn/
cdn/*
newrelic_agent.log
# Https stuff for localhost
rootCA.key
rootCA.pem
rootCA.srl
server.crt
server.csr
server.csr.cnf
server.key
v3.ext
# Cruft
temp.txt
.DS_Store
npm-debug.log
.idea
# Don't check the temp json file into source
app/utils/parsedCountries.json
.next/server/bundles/pages/_app.js.map
.next/server/bundles/pages/_document.js
.next/server/bundles/pages/_document.js.map
.next/server/bundles/pages/_error.js.map
.next/static/commons/main.js
.next/static/commons/main.js.map
.next/static/commons/manifest.js
.next/static/commons/manifest.js.map