Kick off the project with README, .gitignore, and PLAN
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
# Our fancy .gitignore
|
||||
|
||||
# Node, nobody wants this in their repo, right?
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
|
||||
# Keep secrets local please!
|
||||
.env
|
||||
|
||||
# Editor junk, each to their own trash bin
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Mac and Windows breadcrumbs
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user