diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-23 13:11:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-23 13:11:00 -0500 |
commit | 14253dc6dae3a4a043bd6533111fa81f2d8a6a83 (patch) | |
tree | f341a83416c2bb5bf68363922abe3354ee8445a8 /.gitignore | |
parent | ca1fa46387645cc074f35c340af05be8e7c89482 (diff) | |
download | libresocial-14253dc6dae3a4a043bd6533111fa81f2d8a6a83.tar.lz libresocial-14253dc6dae3a4a043bd6533111fa81f2d8a6a83.tar.xz libresocial-14253dc6dae3a4a043bd6533111fa81f2d8a6a83.zip |
Remove nodejs dependencie of test
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,4 +9,6 @@ venv/ ENV/ ### SASS ### -.sass-cache/
\ No newline at end of file +.sass-cache/ +node_modules/ +package-lock.json |