Skip to content

Commit f447650

Browse files
committed
gitignore updates
1 parent 751243d commit f447650

6 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Template pack for FastEndpoints to quickly scaffold feature file sets and starte
33

44
### Report an Issue
55

6-
[Issues are tracked in the main FastEndpoints repo](https://github.com/FastEndpoints/FastEndpoints/issues). Please open an issue there.
6+
Issues are tracked in the main FastEndpoints repo. Please [open an issue there](https://github.com/FastEndpoints/FastEndpoints/issues).
77

88
## Install
99
```cs

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- use dual mode testing for aot project
2-
- upgrade FastEndpoints to latest
2+
- upgrade dependencies to latest

templates/aot/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,6 @@ MigrationBackup/
349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351351

352-
.idea/.idea.Ctma/.idea/workspace.xml
352+
.idea/
353353

354354
dotnet-tools.json

templates/aot/Tests/App.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ protected override ValueTask ConfigureAotTargetAsync(AotTargetOptions o)
2727
{
2828
// settings for building and running a native aot black-box instance.
2929
// all settings are optional. customization only needed if auto management fails.
30-
3130
o.BuildTimeoutMinutes = 1;
3231
o.HealthEndpointPath = "/healthy";
3332
o.ReadyTimeoutSeconds = 5;

templates/integrated/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,4 @@ MigrationBackup/
349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351351

352-
.idea/.idea.Ctma/.idea/workspace.xml
352+
.idea/

templates/project/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,4 @@ MigrationBackup/
349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351351

352-
.idea/.idea.Ctma/.idea/workspace.xml
352+
.idea/

0 commit comments

Comments
 (0)