git ops cleanup for ios
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- backend/.gitignore +1 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
**/*.swp
|
| 2 |
.vscode
|
|
|
|
|
|
| 1 |
**/*.swp
|
| 2 |
.vscode
|
| 3 |
+
puppet.db
|
backend/.gitignore
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
__pycache__
|
|
|
|
|
|
| 1 |
__pycache__
|
| 2 |
+
puppet.db
|