Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 5ab8280

Browse files
committed
Maintenance
1 parent 695157d commit 5ab8280

6 files changed

+43
-24
lines changed

.gitattributes

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

.gitignore

+21-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
/.git
1+
2+
node_modules/
3+
resources/
4+
5+
6+
#############
7+
## Windows detritus
8+
#############
9+
10+
# Windows image file caches
11+
Thumbs.db
12+
ehthumbs.db
13+
14+
# Folder config file
15+
Desktop.ini
16+
17+
# Recycle Bin used on file shares
18+
$RECYCLE.BIN/
19+
20+
# Mac crap
21+
.DS_Store

.project

-17
This file was deleted.

.settings/.jsdtscope

-4
This file was deleted.

.settings/org.eclipse.wst.jsdt.ui.superType.container

-1
This file was deleted.

.settings/org.eclipse.wst.jsdt.ui.superType.name

-1
This file was deleted.

0 commit comments

Comments
 (0)