-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·56 lines (46 loc) · 1.17 KB
/
.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
56
workspace.code-workspace
.gradle
.idea
todo-api/.bundle
todo-api/.idea
# Ignore the default SQLite database.
todo-api/db/*.sqlite3
todo-api/db/*.sqlite3-journal
todo-api/db/*.sqlite3-*
# Ignore all logfiles and tempfiles.
todo-api/log/*
todo-api/tmp/*
!todo-api/log/.keep
!todo-api/tmp/.keep
# Ignore pidfiles, but keep the directory.
todo-api/tmp/pids/*
!todo-api/tmp/pids/
!todo-api/tmp/pids/.keep
# Ignore uploaded files in development.
todo-api/storage/*
!todo-api/storage/.keep
todo-api/.byebug_history
# Ignore master key for decrypting credentials and more.
todo-api/config/master.key
todo/todo-api/app.yaml
# See https://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
todo-frontend/dist/
todo-frontend/tmp/
# dependencies
todo-frontend/bower_components/
todo-frontend/node_modules/
# misc
todo-frontend/.env*
todo-frontend/.pnp*
todo-frontend/.sass-cache
todo-frontend/connect.lock
todo-frontend/coverage/
todo-frontend/libpeerconnection.log
todo-frontend/npm-debug.log*
todo-frontend/testem.log
todo-frontend/yarn-error.log
# ember-try
todo-frontend/.node_modules.ember-try/
todo-frontend/bower.json.ember-try
todo-frontend/package.json.ember-try