Update gitignore
This commit is contained in:
parent
1f8869879c
commit
79d9c569d3
36
.gitignore
vendored
36
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/rust,jetbrains+all
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=rust,jetbrains+all
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/rust,macos,jetbrains+all
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=rust,macos,jetbrains+all
|
||||
|
||||
### JetBrains+all ###
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||
@ -94,6 +93,35 @@ modules.xml
|
||||
# Sonarlint plugin
|
||||
.idea/sonarlint
|
||||
|
||||
### 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
|
||||
|
||||
### Rust ###
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
@ -110,7 +138,7 @@ Cargo.lock
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||
*.pdb
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/rust,jetbrains+all
|
||||
# End of https://www.toptal.com/developers/gitignore/api/rust,macos,jetbrains+all
|
||||
|
||||
# Ignore save game file
|
||||
savegame.json
|
||||
|
Loading…
Reference in New Issue
Block a user