Skip to content

Commit 29115a5

Browse files
committed
chore: Ignore unnecessary files
1 parent 0567fae commit 29115a5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ wp-content/
88
src/Dependencies
99
src/Classes
1010
*.zip
11+
/fastendpoints-depends/
1112

1213
# Created by https://www.toptal.com/developers/gitignore/api/composer,sublimetext,linux
1314
# Edit at https://www.toptal.com/developers/gitignore?templates=composer,sublimetext,linux

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
},
7272
"archive": {
7373
"name": "fastendpoints-depends",
74-
"exclude": ["LICENSE", "config.php", "tests/", "wp/", "wp-content/", "docs/", "*.xml", "*.zip", ".md", ".*"]
74+
"exclude": ["LICENSE", "config.php", "tests/", "wp/", "wp-content/", "docs/", "fastendpoints-depends/", "*.xml", "*.zip", "*.md", "*.tar", "pint.json",".*"]
7575
}
7676
}

0 commit comments

Comments
 (0)