File tree Expand file tree Collapse file tree 3 files changed +76
-0
lines changed
Expand file tree Collapse file tree 3 files changed +76
-0
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,79 @@ override.tf.json
3333# example: *tfplan*
3434examples /infrastructure /.secret_old
3535.stagingsecret
36+
37+
38+ # Created by https://www.toptal.com/developers/gitignore/api/macos,windows,linux
39+ # Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,linux
40+
41+ # ## Linux ###
42+ * ~
43+
44+ # temporary files which can be created if a process still has a handle open of a deleted file
45+ .fuse_hidden *
46+
47+ # KDE directory preferences
48+ .directory
49+
50+ # Linux trash folder which might appear on any partition or disk
51+ .Trash- *
52+
53+ # .nfs files are created when an open file is removed but is still being accessed
54+ .nfs *
55+
56+ # ## macOS ###
57+ # General
58+ .DS_Store
59+ .AppleDouble
60+ .LSOverride
61+
62+ # Icon must end with two \r
63+ Icon
64+
65+
66+ # Thumbnails
67+ ._ *
68+
69+ # Files that might appear in the root of a volume
70+ .DocumentRevisions-V100
71+ .fseventsd
72+ .Spotlight-V100
73+ .TemporaryItems
74+ .Trashes
75+ .VolumeIcon.icns
76+ .com.apple.timemachine.donotpresent
77+
78+ # Directories potentially created on remote AFP share
79+ .AppleDB
80+ .AppleDesktop
81+ Network Trash Folder
82+ Temporary Items
83+ .apdisk
84+
85+ # ## Windows ###
86+ # Windows thumbnail cache files
87+ Thumbs.db
88+ Thumbs.db:encryptable
89+ ehthumbs.db
90+ ehthumbs_vista.db
91+
92+ # Dump file
93+ * .stackdump
94+
95+ # Folder config file
96+ [Dd ]esktop.ini
97+
98+ # Recycle Bin used on file shares
99+ $RECYCLE.BIN /
100+
101+ # Windows Installer files
102+ * .cab
103+ * .msi
104+ * .msix
105+ * .msm
106+ * .msp
107+
108+ # Windows shortcuts
109+ * .lnk
110+
111+ # End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux
You can’t perform that action at this time.
0 commit comments