diff options
| author | mo8it <mo8it@proton.me> | 2024-04-07 22:40:50 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-07 22:40:50 +0200 |
| commit | db43efe3ec9d0bba5ee997923d68d2356b08a257 (patch) | |
| tree | 0acc5f12198379c038cb179ea07443bf904a50ad /.gitignore | |
| parent | 9a4ee47c527251fc3efacacc31bd0e73ef527969 (diff) | |
Update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 18 insertions, 10 deletions
@@ -1,19 +1,27 @@ +# Cargo target/ /tests/fixture/*/Cargo.lock /dev/Cargo.lock -*.swp -**/*.rs.bk +# State file +.rustlings-state.json + +# oranda +public/ +.netlify + +# OS .DS_Store -*.pdb +.direnv/ + +# Editor +*.swp .idea +*.iml + +# VS Code extension recommendations .vscode/* !.vscode/extensions.json -*.iml -*.o -public/ -.direnv/ -.ignore -# Local Netlify folder -.netlify +# Ignore file for editors like Helix +.ignore |
