Skip to content

Commit

Permalink
fix: update gitignore
Browse files Browse the repository at this point in the history
fix(custom): restore gitkeep and add it to GN gitignore

chore: add 'environ' file to gitignore
  • Loading branch information
ch-cbna authored and jacquesfize committed Sep 30, 2024
1 parent bf71e1c commit c3f7f65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ cache/*
.angulardoc.json
Pipfile.lock

custom/*
!custom/.gitkeep

environ

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit c3f7f65

Please sign in to comment.