Initial Go project structure; added some styles w/ SASS via Grunt
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -21,3 +21,12 @@
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# Compiled Go binary
|
||||
colossus
|
||||
|
||||
# Compiled CSS/JS
|
||||
public/css/
|
||||
public/js/
|
||||
|
||||
# NPM dependencies for Grunt
|
||||
node_modules/
|
||||
|
Reference in New Issue
Block a user