Skip to content

Commit 3495038

Browse files
committed
Add ignore rules
1 parent d6304ef commit 3495038

6 files changed

Lines changed: 4 additions & 31 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,3 +348,6 @@ MigrationBackup/
348348

349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351+
352+
# Jetbrains files
353+
.idea/

.idea/.idea.CommandLineToolsDemo/.idea/.gitignore

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

.idea/.idea.CommandLineToolsDemo/.idea/encodings.xml

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

.idea/.idea.CommandLineToolsDemo/.idea/indexLayout.xml

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

.idea/.idea.CommandLineToolsDemo/.idea/vcs.xml

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

CommandLineToolsDemo.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{BEA45A39
2323
.editorconfig = .editorconfig
2424
Directory.Build.props = Directory.Build.props
2525
Directory.Packages.props = Directory.Packages.props
26+
.gitignore = .gitignore
2627
EndProjectSection
2728
EndProject
2829
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4-Cocona", "4-Cocona", "{0DB2B961-9E40-4834-B373-EE8303AA3BFA}"

0 commit comments

Comments
 (0)