ALwrity + Wix + Wordpress integration complete
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@@ -1,3 +1,38 @@
|
|||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.db
|
||||||
|
*.sqlite*
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# User data
|
||||||
|
backend/lib/workspace/
|
||||||
|
backend/lib/workspace/users/
|
||||||
|
backend/logs/
|
||||||
|
backend/linkedin_images/
|
||||||
|
backend/test/
|
||||||
|
backend/.onboarding_progress_user*
|
||||||
|
backend/.onboarding_*.json
|
||||||
|
|
||||||
|
# Frontend
|
||||||
|
frontend/node_modules/
|
||||||
|
frontend/build/
|
||||||
|
frontend/.env*
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Docs build
|
||||||
|
docs-site/site/
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user