Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 33b1325

Browse files
committed
💥🐫 Added .gitattributes & .gitignore files
0 parents  commit 33b1325

File tree

2 files changed

+98
-0
lines changed

2 files changed

+98
-0
lines changed

Diff for: .gitattributes

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
7+
# Standard to msysgit
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
10+
*.docx diff=astextplain
11+
*.DOCX diff=astextplain
12+
*.dot diff=astextplain
13+
*.DOT diff=astextplain
14+
*.pdf diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain

Diff for: .gitignore

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
5+
/[Bb]uilds/
6+
/Assets/AssetStoreTools*
7+
8+
# Autogenerated VS/MD solution and project files
9+
ExportedObj/
10+
*.csproj
11+
*.unityproj
12+
*.sln
13+
*.suo
14+
*.tmp
15+
*.user
16+
*.userprefs
17+
*.pidb
18+
*.booproj
19+
*.svd
20+
21+
22+
# Unity3D generated meta files
23+
*.pidb.meta
24+
25+
# Unity3D Generated File On Crash Reports
26+
sysinfo.txt
27+
28+
# Builds
29+
*.apk
30+
*.unitypackage
31+
32+
# =========================
33+
# Operating System Files
34+
# =========================
35+
36+
# OSX
37+
# =========================
38+
39+
.DS_Store
40+
.AppleDouble
41+
.LSOverride
42+
43+
# Thumbnails
44+
._*
45+
46+
# Files that might appear in the root of a volume
47+
.DocumentRevisions-V100
48+
.fseventsd
49+
.Spotlight-V100
50+
.TemporaryItems
51+
.Trashes
52+
.VolumeIcon.icns
53+
54+
# Directories potentially created on remote AFP share
55+
.AppleDB
56+
.AppleDesktop
57+
Network Trash Folder
58+
Temporary Items
59+
.apdisk
60+
61+
# Windows
62+
# =========================
63+
64+
# Windows image file caches
65+
Thumbs.db
66+
ehthumbs.db
67+
68+
# Folder config file
69+
Desktop.ini
70+
71+
# Recycle Bin used on file shares
72+
$RECYCLE.BIN/
73+
74+
# Windows Installer files
75+
*.cab
76+
*.msi
77+
*.msm
78+
*.msp
79+
80+
# Windows shortcuts
81+
*.lnk

0 commit comments

Comments
 (0)