diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-01 00:48:35 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-05-01 00:48:35 +0200 |
commit | 3d386ba2f16c95e5152052552a3bd571a81bc016 (patch) | |
tree | ab6380ad778fd16a5d65f90f141849afc7e509e4 | |
parent | 1fd89b76bc9b1e1b78af5ca74cdc3d5764a3e4ab (diff) | |
download | server-3d386ba2f16c95e5152052552a3bd571a81bc016.tar.gz |
Add .gitignore.
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e114d7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +package-lock.json +node_modules +db +sessions +.env +*.pem +vassal +tmp +HIRES |