diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-19 12:08:45 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-19 12:08:45 +0200 |
commit | f5e5fa6c96ed88d7effb30e8aff98366fb0c8443 (patch) | |
tree | 07b4be1fda65a4f4df12114bc049e3efc16f73ab /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10d9280 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules/ +users/ +**/*.js +.env + |