isaacscript 1.1.60 → 1.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitattributes
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Prevent Windows systems from cloning this repository with "\r\n" line endings
|
|
2
2
|
core.autocrlf=false
|
|
3
3
|
|
|
4
|
+
# Prevent people from making merge commits
|
|
5
|
+
# https://www.endoflineblog.com/gitflow-considered-harmful
|
|
6
|
+
pull.rebase=true
|
|
7
|
+
|
|
4
8
|
# Convert all files to use "\n" line endings
|
|
5
9
|
* text=auto eol=lf
|
package/dist/package.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Prevent Windows systems from cloning this repository with "\r\n" line endings
|
|
2
2
|
core.autocrlf=false
|
|
3
3
|
|
|
4
|
+
# Prevent people from making merge commits
|
|
5
|
+
# https://www.endoflineblog.com/gitflow-considered-harmful
|
|
6
|
+
pull.rebase=true
|
|
7
|
+
|
|
4
8
|
# Convert all files to use "\n" line endings
|
|
5
9
|
* text=auto eol=lf
|