2021-10-04 21:19:14 +03:00
|
|
|
# Настройки редакторов
|
|
|
|
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
# https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
|
|
|
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
|
|
.fuse_hidden*
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
|
|
.nfs*
|
|
|
|
|
|
|
|
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
|
|
|
|
|
|
|
|
# Windows thumbnail cache files
|
|
|
|
Thumbs.db
|
2022-02-01 19:07:08 +03:00
|
|
|
Thumbs.db:encryptable
|
2021-10-04 21:19:14 +03:00
|
|
|
ehthumbs.db
|
|
|
|
ehthumbs_vista.db
|
|
|
|
|
|
|
|
# Dump file
|
|
|
|
*.stackdump
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
[Dd]esktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msix
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
|
|
|
|
# https://github.com/github/gitignore/blob/master/Global/Archives.gitignore
|
|
|
|
|
|
|
|
# It's better to unpack these files and commit the raw source because
|
|
|
|
# git has its own built in compression methods.
|
|
|
|
*.7z
|
|
|
|
*.jar
|
|
|
|
*.rar
|
|
|
|
*.zip
|
|
|
|
*.gz
|
2022-02-01 19:07:08 +03:00
|
|
|
*.gzip
|
2021-10-04 21:19:14 +03:00
|
|
|
*.tgz
|
|
|
|
*.bzip
|
2022-02-01 19:07:08 +03:00
|
|
|
*.bzip2
|
2021-10-04 21:19:14 +03:00
|
|
|
*.bz2
|
|
|
|
*.xz
|
|
|
|
*.lzma
|
|
|
|
*.cab
|
2022-02-01 19:07:08 +03:00
|
|
|
*.xar
|
2021-10-04 21:19:14 +03:00
|
|
|
|
|
|
|
# Packing-only formats
|
|
|
|
*.iso
|
|
|
|
*.tar
|
|
|
|
|
|
|
|
# Package management formats
|
|
|
|
*.dmg
|
|
|
|
*.xpi
|
|
|
|
*.gem
|
|
|
|
*.egg
|
|
|
|
*.deb
|
|
|
|
*.rpm
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|
2022-02-01 19:07:08 +03:00
|
|
|
*.txz
|
2021-10-04 21:19:14 +03:00
|
|
|
|
|
|
|
# https://github.com/github/gitignore/blob/master/Global/Backup.gitignore
|
|
|
|
|
|
|
|
*.bak
|
|
|
|
*.gho
|
|
|
|
*.ori
|
|
|
|
*.orig
|
|
|
|
*.tmp
|
|
|
|
|
2022-02-01 19:07:08 +03:00
|
|
|
# Node
|
2021-10-04 21:19:14 +03:00
|
|
|
|
2022-02-01 19:07:08 +03:00
|
|
|
node_modules
|
|
|
|
npm-*.log
|
2021-10-04 21:19:14 +03:00
|
|
|
|
2022-02-01 19:07:08 +03:00
|
|
|
# Yarn
|
2021-10-04 21:19:14 +03:00
|
|
|
|
2022-02-01 19:07:08 +03:00
|
|
|
yarn-*.log
|
|
|
|
.pnp.*
|
|
|
|
.yarn/*
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/plugins
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/sdks
|
|
|
|
!.yarn/versions
|
2021-10-04 21:19:14 +03:00
|
|
|
|
|
|
|
# Composer
|
2022-02-01 19:07:08 +03:00
|
|
|
|
2021-10-04 21:19:14 +03:00
|
|
|
vendor
|