16fb2bb919
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
24 lines
539 B
Text
24 lines
539 B
Text
# https://git-scm.com/docs/gitignore
|
|
# https://help.github.com/articles/ignoring-files
|
|
# Example .gitignore files: https://github.com/github/gitignore
|
|
node_modules
|
|
.DS_Store
|
|
.tmp
|
|
.chrome
|
|
*.log
|
|
.jekyll-metadata
|
|
dist
|
|
.idea/
|
|
*.log
|
|
package-lock.json
|
|
coverage.info
|
|
|
|
# When you switch branches, things can get messy
|
|
_site
|
|
.sass-cache
|
|
|
|
# Exclude Nuget .nuspec because we generate it from package.json
|
|
# during the npm publish step, this to avoid duplication
|
|
#===============================================================
|
|
package.nuspec
|
|
*.nupkg
|