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 ---
|
# --- MISCELLANEOUS & MEDIA ---
|
||||||
*.sql
|
*.sql
|
||||||
|
*.ps1
|
||||||
*.psd
|
*.psd
|
||||||
*.ai
|
*.ai
|
||||||
*.class
|
*.class
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue