Added python venv files+dir and node_modules+package-lock to gitignore.
This commit is contained in:
+7
-4
@@ -1,8 +1,11 @@
|
|||||||
# python-venv excluded
|
# Node
|
||||||
include/
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
# Python venv
|
||||||
bin/
|
bin/
|
||||||
lib/
|
lib/
|
||||||
lib64/
|
|
||||||
share/
|
|
||||||
lib64
|
lib64
|
||||||
pyvenv.cfg
|
pyvenv.cfg
|
||||||
|
share/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user