-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (37 loc) · 1005 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
51
52
53
54
55
# Logs
hapi-task-backend/logs
hapi-task-backend/*.log
hapi-task-backend/npm-debug.log*
hapi-task-backend/yarn-debug.log*
hapi-task-backend/yarn-error.log*
vue-task-frontend/logs
vue-task-frontend/*.log
vue-task-frontend/npm-debug.log*
vue-task-frontend/yarn-debug.log*
vue-task-frontend/yarn-error.log*
# Runtime data
hapi-task-backend/pids
hapi-task-backend/*.pid
hapi-task-backend/*.seed
hapi-task-backend/*.pid.lock
vue-task-frontend/pids
vue-task-frontend/*.pid
vue-task-frontend/*.seed
vue-task-frontend/*.pid.lock
# Dependency directories
hapi-task-backend/node_modules/
vue-task-frontend/node_modules/
#dist directories for front-end
vue-task-frontend/dist
# TypeScript v1 declaration files
hapi-task-backend/typings/
vue-task-frontend/typings/
# Optional npm cache directory
hapi-task-backend/.npm
vue-task-frontend/.npm
# Optional eslint cache
hapi-task-backend/.eslintcache
vue-task-frontend/.eslintcache
# Output of 'npm pack'
hapi-task-backend/*.tgz
vue-task-frontend/*.tgz