This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
creylopez
/
misfinanzas
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Añado .gitignore para evitar migrations
Celestino Rey
hai 1 ano
pai
da10ccedb9
achega
31e38340cb
Modificáronse 3 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
0
1
.gitignore
1
0
src/finanzas/.gitignore
1
0
src/reymotausers/.gitignore
+ 0
- 1
.gitignore
Ver ficheiro
@@ -1,6 +1,5 @@
._*
db.sqlite3
-.gitignore
.DS_Store
venv
__pycache__/
+ 1
- 0
src/finanzas/.gitignore
Ver ficheiro
@@ -0,0 +1 @@
+migrations/*
+ 1
- 0
src/reymotausers/.gitignore
Ver ficheiro
@@ -0,0 +1 @@
+migrations/*