Update newsletter.html
[awesomeBible-website.git] / .gitignore
bloba76233476362d2a8881721fb168c2809fd5f8c02
1 .env
3 # Created by https://www.toptal.com/developers/gitignore/api/node
4 # Edit at https://www.toptal.com/developers/gitignore?templates=node
6 ### Node ###
7 # Logs
8 logs
9 *.log
10 npm-debug.log*
11 yarn-debug.log*
12 yarn-error.log*
13 lerna-debug.log*
15 # Diagnostic reports (https://nodejs.org/api/report.html)
16 report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
18 # Runtime data
19 pids
20 *.pid
21 *.seed
22 *.pid.lock
24 # Directory for instrumented libs generated by jscoverage/JSCover
25 lib-cov
27 # Coverage directory used by tools like istanbul
28 coverage
29 *.lcov
31 # nyc test coverage
32 .nyc_output
34 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
35 .grunt
37 # Bower dependency directory (https://bower.io/)
38 bower_components
40 # node-waf configuration
41 .lock-wscript
43 # Compiled binary addons (https://nodejs.org/api/addons.html)
44 build/Release
46 # Dependency directories
47 node_modules/
48 jspm_packages/
50 # TypeScript v1 declaration files
51 typings/
53 # TypeScript cache
54 *.tsbuildinfo
56 # Optional npm cache directory
57 .npm
59 # Optional eslint cache
60 .eslintcache
62 # Microbundle cache
63 .rpt2_cache/
64 .rts2_cache_cjs/
65 .rts2_cache_es/
66 .rts2_cache_umd/
68 # Optional REPL history
69 .node_repl_history
71 # Output of 'npm pack'
72 *.tgz
74 # Yarn Integrity file
75 .yarn-integrity
77 # dotenv environment variables file
78 .env
79 .env.test
81 # parcel-bundler cache (https://parceljs.org/)
82 .cache
84 # Next.js build output
85 .next
87 # Nuxt.js build / generate output
88 .nuxt
89 dist
91 # Gatsby files
92 .cache/
93 # Comment in the public line in if your project uses Gatsby and not Next.js
94 # https://nextjs.org/blog/next-9-1#public-directory-support
95 # public
97 # vuepress build output
98 .vuepress/dist
100 # Serverless directories
101 .serverless/
103 # FuseBox cache
104 .fusebox/
106 # DynamoDB Local files
107 .dynamodb/
109 # TernJS port file
110 .tern-port
112 # Stores VSCode versions used for testing VSCode extensions
113 .vscode-test
115 # End of https://www.toptal.com/developers/gitignore/api/node