1
0
mirror of synced 2025-12-19 09:50:38 -05:00

Ignore files/dirs on export

This commit is contained in:
Ilir Bekteshi
2020-03-12 13:54:22 +01:00
parent b9a80f588d
commit e85636822d

5
.gitattributes vendored Normal file
View File

@@ -0,0 +1,5 @@
# Ignore all files and folders that start with .; .circleci, .github, .git, etc.
# Warning! This will ignore files in subfolders as well.
# If you needs files starting with . then change condition below to be specific
# for each file and folder that needs to be ignored
.* export-ignore