File tree 3 files changed +62
-1
lines changed
3 files changed +62
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Set the default behavior, in case people don't have core.autocrlf set.
2
+ * text =auto
3
+
4
+ # Declare files that will otherwise have CRLF line endings on checkout.
5
+ * .php text eol =lf
6
+ * .js text eol =lf
7
+ * .css text eol =lf
8
+ * .md text eol =lf
9
+ * .txt text eol =lf
10
+ * .svg text eol =lf
11
+ * .xml text eol =lf
12
+ * .pot text eol =lf
13
+
14
+ # Denote all files that are truly binary and should not be modified.
15
+ * .png binary
16
+ * .jpg binary
17
+ * .eot binary
18
+ * .ttf binary
19
+ * .woff binary
20
+ * .woff2 binary
21
+
22
+ # GitHub baggage for development.
23
+ .github export-ignore
24
+ .gitattributes export-ignore
25
+ .gitignore export-ignore
26
+ .editorconfig export-ignore
27
+ README.md export-ignore
28
+
29
+ # Our baggage for development.
30
+ composer.json export-ignore
Original file line number Diff line number Diff line change
1
+ # # Archives
2
+ * .zip
3
+ * .7z
4
+ * .gz
5
+ * .tar
6
+ * .rar
7
+
8
+ # # Local storage
9
+ * .log
10
+ * .ser
11
+ * .sql
12
+ * .sqlite
13
+
14
+ # # Common work-file extensions
15
+ * .tmp
16
+ * .bak
17
+
18
+ # # OS generated files
19
+ .DS_Store
20
+ .DS_Store ?
21
+ .Spotlight-V100
22
+ .Trashes
23
+ ehthumbs.db
24
+ Thumbs.db
25
+
26
+ # # Packages
27
+ /composer.lock
28
+ /vendor /
Original file line number Diff line number Diff line change 1
- # tsf-snippets
1
+ # TSF Snippets
2
+
2
3
A collection of well-maintained snippets for The SEO Framework.
4
+
5
+ To create a ZIP file for any of these snippets, use ` https://dl.theseoframework.com/get/snippet/ ` .
You can’t perform that action at this time.
0 commit comments