added git ignore

This commit is contained in:
ronny abraham 2024-09-09 21:30:58 +03:00
parent f630727b16
commit 063bcde7ac

34
.gitignore vendored
View file

@ -1,6 +1,8 @@
# Created by https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,css,godot,py # 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 # 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 !!# #!! ERROR: css is undefined. Use list command to see defined gitignore types !!#
### Emacs ### ### Emacs ###
@ -100,3 +102,35 @@ tags
[._]*.un~ [._]*.un~
# End of https://www.toptal.com/developers/gitignore/api/vim,emacs,sass,css,godot,py # 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