chore: add PowerShell scripts to gitignore
- Add *.ps1 pattern to exclude PowerShell scripts from tracking
This commit is contained in:
parent
82290df800
commit
09c436e877
1
sojorn_app/.gitignore
vendored
1
sojorn_app/.gitignore
vendored
|
|
@ -19,6 +19,7 @@ W-2_*.pdf
|
|||
|
||||
# --- MISCELLANEOUS & MEDIA ---
|
||||
*.sql
|
||||
*.ps1
|
||||
*.psd
|
||||
*.ai
|
||||
*.class
|
||||
|
|
|
|||
Loading…
Reference in a new issue