Skip to content

Commit 0a17c56

Browse files
Add common build output directories to .gitignore
This commit updates the `app/.gitignore` file to include several standard build and release output directories. The following directories will now be ignored by Git: - `/release` - `/prod` - `/beta` - `/alpha` - `/nightly` - `/tmp`
1 parent d19e881 commit 0a17c56

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
/build
1+
/build
2+
/release
3+
/prod
4+
/beta
5+
/alpha
6+
/nightly
7+
/tmp

0 commit comments

Comments
 (0)