Skip to content

Commit

Permalink
removed .env and added .gitignore (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersakerberg authored Nov 13, 2024
1 parent c025dd3 commit 356fc26
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 8 deletions.
57 changes: 57 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Environment files
.env
.pythonenv

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pdb

# Docker
docker-compose.override.yml
docker-compose.*.yml
docker-compose.yml
*.log
*.pid
*.seed
*.pid.lock

# Docker volumes
volumes/

# Node.js
node_modules/
npm-debug.log
yarn-error.log

# macOS
.DS_Store

# Logs
logs/
*.log

# Temporary files
*.tmp
*.swp
*.swo
*.bak
*.orig

# Compiled files
*.out
*.o
*.so

# IDEs and editors
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# System files
Thumbs.db
ehthumbs.db
Desktop.ini
8 changes: 0 additions & 8 deletions examples/openwebui-postgres-stack/.env

This file was deleted.

0 comments on commit 356fc26

Please sign in to comment.