Skip to content

Commit

Permalink
fix(gitignore): change data folder config
Browse files Browse the repository at this point in the history
Changes the ignore configuration for the data folder because the current configuration also ignores the negated data/index.php as explained in negate pattern manual : https://git-scm.com/docs/gitignore#_pattern_format
  • Loading branch information
skwi authored and btry committed Dec 14, 2020
1 parent 63be320 commit 07289ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ vendor/
.project
/.gtm/

# Ignore content of data expect for the index
data/
# Ignore content of data except for the index
data/*
!data/index.php

# Ignore tests logs
Expand Down

0 comments on commit 07289ed

Please sign in to comment.