add/edit .gitignore

This commit is contained in:
Usman Nasir
2020-03-12 13:30:18 +05:00
parent a219e7977c
commit afe87ac4fc
5 changed files with 406 additions and 51 deletions

View File

@@ -130,6 +130,8 @@ urlpatterns = [
url(r'^gitPush$', views.gitPush, name='gitPush'),
url(r'^attachRepoGIT$', views.attachRepoGIT, name='attachRepoGIT'),
url(r'^removeTracking$', views.removeTracking, name='removeTracking'),
url(r'^fetchGitignore$', views.fetchGitignore, name='fetchGitignore'),
url(r'^saveGitIgnore$', views.saveGitIgnore, name='saveGitIgnore'),
## Catch all for domains