Skip to content

Commit

Permalink
Ignore .idea/ folder (PLC-lang#799)
Browse files Browse the repository at this point in the history
JetBrains related IDEs such as CLion create a `.idea/` folder which can be ignored
  • Loading branch information
volsa authored Mar 1, 2023
1 parent d2772eb commit a0b9a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/target
/target-watch
/.idea
**/*.rs.bk
**/*.un~
**/*.toml~
Expand All @@ -12,4 +13,4 @@
# Introduced with issue #679:
# We're assuming config.toml to be a local config file for now.
# This entry has to be removed if a global config file is needed in the near future.
.cargo/config.toml
.cargo/config.toml

0 comments on commit a0b9a14

Please sign in to comment.