We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b900f4f commit b3ff059Copy full SHA for b3ff059
.gitattributes
@@ -0,0 +1,22 @@
1
+# Set all files to use LF line endings by default
2
+* text eol=lf
3
+
4
+# Override specific file types
5
+*.bat text eol=crlf
6
7
+# Treat binary files as binary
8
+*.png binary
9
+*.jpg binary
10
+*.jpeg binary
11
+*.gif binary
12
+*.ico binary
13
+*.exe binary
14
+*.dll binary
15
+*.lib binary
16
+*.so binary
17
18
+# Ignore merge conflicts for generated files
19
+CMakeCache.txt merge=union
20
+*.vcxproj merge=union
21
+*.vcxproj.filters merge=union
22
+*.sln merge=union
.gitignore
@@ -0,0 +1,19 @@
+# Visual Studio
+.sln/
+*.sln.lnk
+# Locks
+/*.lock
+# scons db
+.sconsign*.dblite
+# C++
+*.obj
+# Build
+.build/
+# npm
+node_modules/
0 commit comments