Skip to content

Commit

Permalink
Add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Carlos Jose Camacho committed Mar 13, 2023
1 parent cbf0ee5 commit 29628ab
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/home/aazo11/CYCPrototype/env
__pycache__/
.vscode/
venv/
*.zip
.idea/*
id_rsa
dbdata/

# Environments
.env
.venv
env/
ENV/
env.bak/
.DS_Store
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "bariloche/app-server"]
path = bariloche/app-server
url = https://github.com/Dataherald/AppServer.git
[submodule "bariloche/programmatic-seo"]
path = bariloche/programmatic-seo
url = https://github.com/Dataherald/programmatic-seo.git
1 change: 1 addition & 0 deletions bariloche/app-server
Submodule app-server added at a5bc55
1 change: 1 addition & 0 deletions bariloche/programmatic-seo
Submodule programmatic-seo added at 2eee32

0 comments on commit 29628ab

Please sign in to comment.