-
Notifications
You must be signed in to change notification settings - Fork 6
/
.dockerignore
53 lines (41 loc) · 1.78 KB
/
.dockerignore
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
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/bulletin_board/server/.bundle
# Ignore all logfiles and tempfiles.
/bulletin_board/server/log/*
/bulletin_board/server/tmp/*
!/bulletin_board/server/log/.keep
!/bulletin_board/server/tmp/.keep
# Ignore pidfiles, but keep the directory.
/bulletin_board/server/tmp/pids/*
!/bulletin_board/server/tmp/pids/
!/bulletin_board/server/tmp/pids/.keep
# Ignore uploaded files in development.
/bulletin_board/server/storage/*
!/bulletin_board/server/storage/.keep
/bulletin_board/server/public/assets
/bulletin_board/server/.byebug_history
/bulletin_board/server/public/packs
/bulletin_board/server/public/packs-test
/bulletin_board/server/node_modules
/bulletin_board/server/.rubocop-https---raw-githubusercontent-com-decidim-decidim-master--rubocop-*
/bulletin_board/server/spec/examples.txt
/bulletin_board/server/coverage
/bulletin_board/server/electionguard.log
/bulletin_board/server/cypress/screenshots/
/bulletin_board/server/cypress/videos/
/bulletin_board/server/cypress/downloads/
/voting_schemes/dummy/js-adapter/dist
/voting_schemes/dummy/js-adapter/node_modules
/voting_schemes/electionguard/js-adapter/dist
/voting_schemes/electionguard/js-adapter/node_modules
/bulletin_board/js-client/node_modules
# Ignore python-to-js artifacts
/voting_schemes/electionguard/python-to-js/packages/bulletin_board-electionguard/dist
/voting_schemes/electionguard/python-to-js/packages/electionguard/dist
# Ignore python-wrapper environment files
/voting_schemes/electionguard/python-wrapper/.venv