Skip to content

Commit ecdf6de

Browse files
authored
Add .idea to .gitignore (#784)
## Summary <!--- This is a required section; please describe the main purpose of this proposed code change. ---> <!--- ## Details This is an optional section; is there anything specific that reviewers should be aware of? ---> ## Testing Done <!--- This is a required section; please describe how this change was tested. ---> <!-- Replace BLANK with your device type. For example, A100-80G-PCIe Complete the following tasks before sending your PR, and replace `[ ]` with `[x]` to indicate you have done them. --> - Hardware Type: <BLANK> - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence Signed-off-by: Tcc0403 <76503978+Tcc0403@users.noreply.github.com>
1 parent f6a383a commit ecdf6de

File tree

2 files changed

+1
-79
lines changed

2 files changed

+1
-79
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ site/
66
venv/
77
.ipynb_checkpoints/
88
.vscode/
9+
.idea/
910

1011
# Misc
1112
.DS_Store

.idea/workspace.xml

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)