forked from LightningLadles/HelloWorldServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (42 loc) · 1.07 KB
/
Copy path.gitignore
File metadata and controls
55 lines (42 loc) · 1.07 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
# Project specific
config/development.json
config/production.json
config/staging.json
config/test.json
config/default.json
config/stripeSecret.js
# OS X
.DS_Store
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.rdb
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Compiled Dirs (http://nodejs.org/api/addons.html)
build/
dist/
# Dependency directorys
# Deployed apps should consider commenting these lines out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules/
bower_components/
#Secrets
config/authSecret.js
# config
# In order to populate database, need to configure the default.json file to set up the connection.
# Navigate to directory level where knexfile.js lives.
# Then in terminal command line type: knex migrate:latest.
# This will migrate the latest version of knex schema to psql db.
config/default.json
#Linter
.eslintrc
server/socketio.js