Skip to content

Commit

Permalink
refactor .gitignore for intellij ide (zencart#6552)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcwilt authored Jun 22, 2024
1 parent bd8065f commit ddbd77b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ dev-*.*
.project
.settings
.buildpath
# Ignore phpStorm stuff

# Ignore phpStorm/intellij configuration
.idea
*.iml

# dbv
/data/meta/revision
Expand Down Expand Up @@ -227,16 +229,14 @@ images/dvd/blade_runner_01.gif
#testing
includes/*.config.save
admin/includes/*.config.save
**/security_test.php

#release process
modified_files.txt

# ddev

.ddev
**/security_test.php

# laravel

laravel/.env

0 comments on commit ddbd77b

Please sign in to comment.