Skip to content

Commit fa2cd13

Browse files
chore: update .gitignore files to include app.json and manifest.json
- Added app.json to the main .gitignore to prevent tracking of configuration files. - Included manifest.json in the api/.gitignore to exclude it from version control.
1 parent 8fb61c2 commit fa2cd13

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# Mono auto generated files
1717
mono_crash.*
1818

19+
# App JSON file
20+
app.json
21+
1922
# Build results
2023
[Dd]ebug/
2124
[Dd]ebugPublic/

api/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,5 @@ database/
366366
/cmsMigrationData
367367
/migration-data
368368
**/copy*
369-
**copy.ts
369+
**copy.ts
370+
manifest.json

0 commit comments

Comments
 (0)