mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-12-25 03:43:14 +00:00
Clean up .gitignore (#694)
This commit is contained in:
parent
15b1cd86fa
commit
50664084b5
1 changed files with 2 additions and 38 deletions
40
.gitignore
vendored
40
.gitignore
vendored
|
@ -1,38 +1,2 @@
|
||||||
|
/node_modules/
|
||||||
# Created by https://www.gitignore.io/api/macos
|
/site/build/
|
||||||
# Edit at https://www.gitignore.io/?templates=macos
|
|
||||||
|
|
||||||
### macOS ###
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# From original
|
|
||||||
node_modules/
|
|
||||||
site/build/
|
|
||||||
site/.DS_Store
|
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/macos
|
|
||||||
|
|
Loading…
Reference in a new issue