This website works better with JavaScript
Home
Explore
Help
Register
Sign In
creylopez
/
misfinanzas
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Añado .gitignore para evitar migrations
Celestino Rey
1 year ago
parent
da10ccedb9
commit
31e38340cb
3 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
0
1
.gitignore
1
0
src/finanzas/.gitignore
1
0
src/reymotausers/.gitignore
+ 0
- 1
.gitignore
View File
@@ -1,6 +1,5 @@
._*
db.sqlite3
-.gitignore
.DS_Store
venv
__pycache__/
+ 1
- 0
src/finanzas/.gitignore
View File
@@ -0,0 +1 @@
+migrations/*
+ 1
- 0
src/reymotausers/.gitignore
View File
@@ -0,0 +1 @@
+migrations/*