diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 15 insertions, 10 deletions
@@ -1,18 +1,23 @@ +# Cargo target/ /tests/fixture/*/Cargo.lock /dev/Cargo.lock -*.swp -**/*.rs.bk +# State file +.rustlings-state.txt + +# oranda +public/ +.netlify + +# OS .DS_Store -*.pdb +.direnv/ + +# Editor +*.swp .idea -.vscode/* -!.vscode/extensions.json *.iml -*.o -public/ -.direnv/ -# Local Netlify folder -.netlify +# Ignore file for editors like Helix +.ignore |
