aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-09-18 02:21:13 -0400
committerLibravatar GitHub <noreply@github.com>2021-09-18 02:21:13 -0400
commit2b3b2ae202bc24c0db9f135b9d5865abefa16afb (patch)
treec952dbef8aba5db71a652759a32cbb8a35f4fac9 /.gitignore
parentBump tar from 4.4.15 to 4.4.19 (diff)
parentFixed NGINX config example indentation. (diff)
downloadferdium-server-2b3b2ae202bc24c0db9f135b9d5865abefa16afb.tar.gz
ferdium-server-2b3b2ae202bc24c0db9f135b9d5865abefa16afb.tar.zst
ferdium-server-2b3b2ae202bc24c0db9f135b9d5865abefa16afb.zip
Merge pull request #48 from k0staa/master
Moving the server-docker repository to the server repository and enabling image building from the current version of the application code
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 79f578b..f561b27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,16 +5,17 @@ node_modules
5tmp 5tmp
6 6
7# Environment variables, never commit this file 7# Environment variables, never commit this file
8.env 8# .env
9 9
10# The development sqlite file 10# The development sqlite file
11data*/development.sqlite 11*.sqlite
12data*/adonis.sqlite
13 12
14# Uploaded recipes 13# Uploaded recipes
15recipes/ 14recipes/
16 15
17.DS_Store 16.DS_Store
17public/terms.html
18public/privacy.html
18 19
19resources/announcements/*.json 20resources/announcements/*.json
20!resources/announcements/version.json 21!resources/announcements/version.json