Skip to content

Commit

Permalink
Merge pull request #626 from tuva-health/gitignore_updates
Browse files Browse the repository at this point in the history
updating gitignore for .envrc
  • Loading branch information
bradmontierth authored Oct 22, 2024
2 parents b56bef4 + 055f119 commit 4ec9e4b
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@

# Compiled files and build outputs
target/

# DBT specific
dbt_modules/
dbt_packages/
package-lock.yml

# Logs
logs/

# Documentation
release_notes/

# IDE and editor files
.idea/
.vscode/

# Operating system files
.DS_Store
dbt_packages/

# Environment and dependency management
.mise.toml
.venv/
__pycache__/
package-lock.yml
.vscode
.envrc
.python-version

0 comments on commit 4ec9e4b

Please sign in to comment.