Run project with docker compose
[asis23-votoe-client.git] / .gitignore
bloba8ab697caabdec550fa62ae21da21e48034b18ee
1 # Created by https://www.toptal.com/developers/gitignore/api/vim,linux,windows,compressed,macos
2 # Edit at https://www.toptal.com/developers/gitignore?templates=vim,linux,windows,compressed,macos
4 ### Compressed ###
5 *.7z
6 *.deb
7 *.gz
8 *.pkg
9 *.rar
10 *.rpm
11 *.sit
12 *.sitx
13 *.tar
14 *.zip
15 *.zipx
16 *.tgz
18 ### Linux ###
21 # temporary files which can be created if a process still has a handle open of a deleted file
22 .fuse_hidden*
24 # KDE directory preferences
25 .directory
27 # Linux trash folder which might appear on any partition or disk
28 .Trash-*
30 # .nfs files are created when an open file is removed but is still being accessed
31 .nfs*
33 ### macOS ###
34 # General
35 .DS_Store
36 .AppleDouble
37 .LSOverride
39 # Icon must end with two \r
40 Icon
43 # Thumbnails
44 ._*
46 # Files that might appear in the root of a volume
47 .DocumentRevisions-V100
48 .fseventsd
49 .Spotlight-V100
50 .TemporaryItems
51 .Trashes
52 .VolumeIcon.icns
53 .com.apple.timemachine.donotpresent
55 # Directories potentially created on remote AFP share
56 .AppleDB
57 .AppleDesktop
58 Network Trash Folder
59 Temporary Items
60 .apdisk
62 ### macOS Patch ###
63 # iCloud generated files
64 *.icloud
66 ### Vim ###
67 # Swap
68 [._]*.s[a-v][a-z]
69 !*.svg  # comment out if you don't need vector files
70 [._]*.sw[a-p]
71 [._]s[a-rt-v][a-z]
72 [._]ss[a-gi-z]
73 [._]sw[a-p]
75 # Session
76 Session.vim
77 Sessionx.vim
79 # Temporary
80 .netrwhist
81 # Auto-generated tag files
82 tags
83 # Persistent undo
84 [._]*.un~
86 ### Windows ###
87 # Windows thumbnail cache files
88 Thumbs.db
89 Thumbs.db:encryptable
90 ehthumbs.db
91 ehthumbs_vista.db
93 # Dump file
94 *.stackdump
96 # Folder config file
97 [Dd]esktop.ini
99 # Recycle Bin used on file shares
100 $RECYCLE.BIN/
102 # Windows Installer files
103 *.cab
104 *.msi
105 *.msix
106 *.msm
107 *.msp
109 # Windows shortcuts
110 *.lnk
112 # End of https://www.toptal.com/developers/gitignore/api/vim,linux,windows,compressed,macos