diff options
author | elioat <hi@eli.li> | 2023-06-19 12:26:29 -0400 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-06-19 12:26:29 -0400 |
commit | 00761c368216e401eb5b17a677ae51db643d818b (patch) | |
tree | f6d94a23b18c47ee90df132b565818f8de25481a /.gitignore | |
parent | 96e0e2fda7ccc978535f4af6f8da9d164361a61b (diff) | |
download | tour-00761c368216e401eb5b17a677ae51db643d818b.tar.gz |
*
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7955c53..1e7d0e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*/node_modules + *.o # Created by https://www.toptal.com/developers/gitignore/api/emacs,macos |