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
|
||||
include/
|
||||
# Node
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# Python venv
|
||||
bin/
|
||||
lib/
|
||||
lib64/
|
||||
share/
|
||||
lib64
|
||||
pyvenv.cfg
|
||||
share/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user