Skip to content

Commit dcab791

Browse files
committed
🍭 Added .gitattributes & .gitignore files
0 parents  commit dcab791

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.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

.gitignore

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
*.class
2+
3+
# BlueJ files
4+
*.ctxt
5+
6+
# Mobile Tools for Java (J2ME)
7+
.mtj.tmp/
8+
9+
# Package Files #
10+
*.jar
11+
*.war
12+
*.ear
13+
14+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15+
hs_err_pid*
16+
17+
# =========================
18+
# Operating System Files
19+
# =========================
20+
21+
# Windows
22+
# =========================
23+
24+
# Windows thumbnail cache files
25+
Thumbs.db
26+
ehthumbs.db
27+
ehthumbs_vista.db
28+
29+
# Folder config file
30+
Desktop.ini
31+
32+
# Recycle Bin used on file shares
33+
$RECYCLE.BIN/
34+
35+
# Windows Installer files
36+
*.cab
37+
*.msi
38+
*.msm
39+
*.msp
40+
41+
# Windows shortcuts
42+
*.lnk

0 commit comments

Comments
 (0)