Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 648eddc

Browse files
🎪 Added .gitattributes & .gitignore files
0 parents commit 648eddc

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

‎.gitattributes

Lines changed: 17 additions & 0 deletions
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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
target/
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.versionsBackup
5+
pom.xml.next
6+
release.properties
7+
dependency-reduced-pom.xml
8+
buildNumber.properties
9+
.mvn/timing.properties
10+
11+
# =========================
12+
# Operating System Files
13+
# =========================
14+
15+
# OSX
16+
# =========================
17+
18+
.DS_Store
19+
.AppleDouble
20+
.LSOverride
21+
22+
# Thumbnails
23+
._*
24+
25+
# Files that might appear in the root of a volume
26+
.DocumentRevisions-V100
27+
.fseventsd
28+
.Spotlight-V100
29+
.TemporaryItems
30+
.Trashes
31+
.VolumeIcon.icns
32+
33+
# Directories potentially created on remote AFP share
34+
.AppleDB
35+
.AppleDesktop
36+
Network Trash Folder
37+
Temporary Items
38+
.apdisk
39+
40+
# Windows
41+
# =========================
42+
43+
# Windows image file caches
44+
Thumbs.db
45+
ehthumbs.db
46+
47+
# Folder config file
48+
Desktop.ini
49+
50+
# Recycle Bin used on file shares
51+
$RECYCLE.BIN/
52+
53+
# Windows Installer files
54+
*.cab
55+
*.msi
56+
*.msm
57+
*.msp
58+
59+
# Windows shortcuts
60+
*.lnk

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /