Skip to content

Commit

Permalink
build: add alernative django local settings file name patterns to .gi…
Browse files Browse the repository at this point in the history
…tignore
  • Loading branch information
jkgeo committed Jan 16, 2025
1 parent 1e1eca7 commit 02868ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,8 @@ local_files/

*.env

.vscode
.vscode

# Django local settings alternatives
local_settings*.py
local*settings.py

0 comments on commit 02868ed

Please sign in to comment.