added gitattributes file and updated gitignore
Signed-off-by: syntaqx <syntaqx@gmail.com>
This commit is contained in:
parent
dbb4c169da
commit
948ce87cd9
|
@ -0,0 +1 @@
|
||||||
|
* text=auto
|
|
@ -1 +1,37 @@
|
||||||
|
# Numerous always-ignore extensions
|
||||||
|
*.diff
|
||||||
|
*.err
|
||||||
|
*.orig
|
||||||
|
*.log
|
||||||
|
*.rej
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.vi
|
||||||
|
*~
|
||||||
|
*.sass-cache
|
||||||
|
|
||||||
|
# OS or Editor folders
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.cache
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.tmproj
|
||||||
|
*.esproj
|
||||||
|
nbproject
|
||||||
|
|
||||||
|
# Dreamweaver added files
|
||||||
|
_notes
|
||||||
|
dwsync.xml
|
||||||
|
|
||||||
|
# Komodo
|
||||||
|
*.komodoproject
|
||||||
|
.komodotools
|
||||||
|
|
||||||
|
# Folders to ignore
|
||||||
|
.hg
|
||||||
|
.svn
|
||||||
|
.CVS
|
||||||
|
intermediate
|
||||||
|
publish
|
||||||
|
.idea
|
Loading…
Reference in New Issue