added git ignore
This commit is contained in:
parent
f630727b16
commit
063bcde7ac
1 changed files with 34 additions and 0 deletions
34
.gitignore
vendored
34
.gitignore
vendored
|
|
@ -1,6 +1,8 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,css,godot,py
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=vim,emacs,sass,css,godot,py
|
||||
|
||||
*.html
|
||||
*.css
|
||||
#!! ERROR: css is undefined. Use list command to see defined gitignore types !!#
|
||||
|
||||
### Emacs ###
|
||||
|
|
@ -100,3 +102,35 @@ tags
|
|||
[._]*.un~
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,css,godot,py
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/osx
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=osx
|
||||
|
||||
### OSX ###
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/osx
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue