mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
More ignores for not needed data
This commit is contained in:
parent
40f18ef38f
commit
cba2a122f1
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -60,6 +60,9 @@ atlassian-ide-plugin.xml
|
|||
# Cursive Clojure plugin
|
||||
.idea/replstate.xml
|
||||
|
||||
# Codestream Plugin
|
||||
.idea/codestream.xml
|
||||
|
||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||
com_crashlytics_export_strings.xml
|
||||
crashlytics.properties
|
||||
|
|
@ -84,3 +87,6 @@ Cargo.lock
|
|||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
# Prototype directory
|
||||
sample_data/**/build/prototype/i386
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue