Skip to content

Commit 948ce87

Browse files
committed
added gitattributes file and updated gitignore
Signed-off-by: syntaqx <syntaqx@gmail.com>
1 parent dbb4c16 commit 948ce87

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1+
# Numerous always-ignore extensions
2+
*.diff
3+
*.err
4+
*.orig
5+
*.log
6+
*.rej
7+
*.swo
8+
*.swp
9+
*.vi
10+
*~
11+
*.sass-cache
12+
13+
# OS or Editor folders
114
.DS_Store
15+
Thumbs.db
16+
.cache
17+
.project
18+
.settings
19+
.tmproj
20+
*.esproj
21+
nbproject
22+
23+
# Dreamweaver added files
24+
_notes
25+
dwsync.xml
26+
27+
# Komodo
28+
*.komodoproject
29+
.komodotools
30+
31+
# Folders to ignore
32+
.hg
33+
.svn
34+
.CVS
35+
intermediate
36+
publish
37+
.idea

0 commit comments

Comments
 (0)