mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-27 20:25:52 +00:00
Create .gitignore
Created a .gitignore file for the directory so that the .vscode folder just doesn't get generated again. I also included ignore rules for JetBrains IDEs
This commit is contained in:
parent
7c27e7c4f3
commit
bebfeade73
1 changed files with 13 additions and 0 deletions
13
direct-file/.gitignore
vendored
Normal file
13
direct-file/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# VS Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# JetBrains IDEs
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
Loading…
Add table
Add a link
Reference in a new issue