Spaces:
Runtime error
Runtime error
Add macOS and Windows gitignore
Browse files- .gitignore +54 -1
.gitignore
CHANGED
|
@@ -157,4 +157,57 @@ cython_debug/
|
|
| 157 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
-
#.idea/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
| 158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
| 159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
| 160 |
+
#.idea/
|
| 161 |
+
|
| 162 |
+
# General
|
| 163 |
+
.DS_Store
|
| 164 |
+
.AppleDouble
|
| 165 |
+
.LSOverride
|
| 166 |
+
|
| 167 |
+
# Icon must end with two \r
|
| 168 |
+
Icon
|
| 169 |
+
|
| 170 |
+
|
| 171 |
+
# Thumbnails
|
| 172 |
+
._*
|
| 173 |
+
|
| 174 |
+
# Files that might appear in the root of a volume
|
| 175 |
+
.DocumentRevisions-V100
|
| 176 |
+
.fseventsd
|
| 177 |
+
.Spotlight-V100
|
| 178 |
+
.TemporaryItems
|
| 179 |
+
.Trashes
|
| 180 |
+
.VolumeIcon.icns
|
| 181 |
+
.com.apple.timemachine.donotpresent
|
| 182 |
+
|
| 183 |
+
# Directories potentially created on remote AFP share
|
| 184 |
+
.AppleDB
|
| 185 |
+
.AppleDesktop
|
| 186 |
+
Network Trash Folder
|
| 187 |
+
Temporary Items
|
| 188 |
+
.apdisk
|
| 189 |
+
|
| 190 |
+
# Windows thumbnail cache files
|
| 191 |
+
Thumbs.db
|
| 192 |
+
Thumbs.db:encryptable
|
| 193 |
+
ehthumbs.db
|
| 194 |
+
ehthumbs_vista.db
|
| 195 |
+
|
| 196 |
+
# Dump file
|
| 197 |
+
*.stackdump
|
| 198 |
+
|
| 199 |
+
# Folder config file
|
| 200 |
+
[Dd]esktop.ini
|
| 201 |
+
|
| 202 |
+
# Recycle Bin used on file shares
|
| 203 |
+
$RECYCLE.BIN/
|
| 204 |
+
|
| 205 |
+
# Windows Installer files
|
| 206 |
+
*.cab
|
| 207 |
+
*.msi
|
| 208 |
+
*.msix
|
| 209 |
+
*.msm
|
| 210 |
+
*.msp
|
| 211 |
+
|
| 212 |
+
# Windows shortcuts
|
| 213 |
+
*.lnk
|