mirror of https://github.com/fafhrd91/actix-web
update gitignore to filter out directories generated by clion
This commit is contained in:
parent
64a2c13cdf
commit
e542e9f5ce
|
@ -13,3 +13,6 @@ guide/build/
|
||||||
|
|
||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
# Configuration directory generated by CLion
|
||||||
|
.idea
|
Loading…
Reference in New Issue