Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
constant_time_encoding
Commits
32d57ba2
Unverified
Commit
32d57ba2
authored
3 years ago
by
Michael Dyrynda
Browse files
Options
Download
Patches
Plain Diff
add .gitattributes file to ignore paths when exporting
parent
8f3ecbff
master
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitattributes
+9
-0
.gitattributes
with
9 additions
and
0 deletions
+9
-0
.gitattributes
0 → 100644
+
9
−
0
View file @
32d57ba2
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# This way, the files would be available in the repository but it would not be downloaded when the package is required by another project.
/.github export-ignore
/.gitignore export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets