userName
2 mesi fa
1 ha cambiato i file con
0 aggiunte e
31 eliminazioni
-
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
|