Skip to content

Commit

Permalink
Merge pull request #47 from Donnerstagnacht/gitignore
Browse files Browse the repository at this point in the history
Gitignore
  • Loading branch information
Donnerstagnacht authored Dec 31, 2023
2 parents fa6c903 + 508e018 commit 331ea82
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@ Thumbs.db
# Ignore all files in the migrations directory
/supabase/migrations/*
!supabase/migrations/*/

# Ignore changes to webhooks including an added service role key (should not be added to public repositories)
/supabase/migrations/06_notifications/02000614_send_push_notification_trigger.sql

# Ignore changes to the html file so that local in base href differs from remote base href (so github pages
# deployment works)
/src/index.html
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<title>Polity</title>
<!-- needs to be changed for a build on github pages > -->
<!--local angular serving-->
<base href="/">
<!-- <base href="/">-->
<!-- Remote deploy configuration for github pages-->
<!-- <base href="/polity/">-->
<base href="/polity/">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="favicon.ico" rel="icon" type="image/x-icon">
<link rel="manifest" href="manifest.webmanifest">
<meta name="theme-color" content="#1976d2">
<link href="manifest.webmanifest" rel="manifest">
<meta content="#1976d2" name="theme-color">
</head>
<body>
<polity-root></polity-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<noscript>Please enable JavaScript to continue using this application.</noscript>
</body>
</html>

This file was deleted.

0 comments on commit 331ea82

Please sign in to comment.