diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-21 15:45:14 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-21 15:45:14 -0500 |
commit | f41ca04fbeba396fe89a4279382882260f8bc645 (patch) | |
tree | 3c87d8ace600c86dd2b41dcf45dde12c878ba4fa /.gitignore | |
parent | start backend (diff) | |
download | xssbook-f41ca04fbeba396fe89a4279382882260f8bc645.tar.gz xssbook-f41ca04fbeba396fe89a4279382882260f8bc645.tar.bz2 xssbook-f41ca04fbeba396fe89a4279382882260f8bc645.zip |
rate limit shit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -node_modules
\ No newline at end of file +node_modules +.env +xssbook.db
\ No newline at end of file |