userName
hace 2 meses
Se han
modificado 1 ficheros con
0 adiciones y
31 borrados
-
0
31
.gitignore
|
@@ -1,31 +0,0 @@
|
|
|
-# Node.js
|
|
|
-node_modules/
|
|
|
-.next/
|
|
|
-out/
|
|
|
-build/
|
|
|
-npm-debug.log*
|
|
|
-yarn-debug.log*
|
|
|
-yarn-error.log*
|
|
|
-
|
|
|
-# Python
|
|
|
-__pycache__/
|
|
|
-*.py[cod]
|
|
|
-*$py.class
|
|
|
-*.so
|
|
|
-.Python
|
|
|
-env/
|
|
|
-venv/
|
|
|
-ENV/
|
|
|
-env.bak/
|
|
|
-venv.bak/
|
|
|
-.env
|
|
|
-
|
|
|
-# OS specific
|
|
|
-.DS_Store
|
|
|
-Thumbs.db
|
|
|
-
|
|
|
-# IDE
|
|
|
-.idea/
|
|
|
-.vscode/
|
|
|
-*.swp
|
|
|
-*.swo
|