Skip to content

Commit 2a5ab8a

Browse files
committed
Update .gitignore
To be discussed of course, but this PR gets the ball rolling on that. This would allow the standardized `.devcontainer` folders to be commited to repos This will allow us to suggest a simple isolated local dev enviro (ideally matching prod env in terms of say linux/node/etc versions) For instance i have set this up with the apiv1 auth branch locally and it sets up a dev docker container with postgres, nvm etc ready to roll using a simple json & docker compose file
1 parent ea1cb54 commit 2a5ab8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# keep these
66
!**/.gitignore
7+
!/.devcontainer/
78
!/.eslintrc.js
89
!/.github/
910
!/.gitignore

0 commit comments

Comments
 (0)