mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
* fix: import `_partial/container.scss` in `style.scss` - Add import for `_partial/container.scss` in `style.scss` * chore: ignore CSS map files in .gitignore - Added a new entry for `*.css.map` to the .gitignore file * chore: update dependabot interval to weekly - Update the interval of the dependabot from daily to weekly. * fix: try to fix safari floating address bar issue * fix: try again with svh
28 lines
260 B
Plaintext
28 lines
260 B
Plaintext
# Hugo default output directory
|
|
public/
|
|
/exampleSite/resources/
|
|
|
|
node_modules/
|
|
build/
|
|
gen_/
|
|
|
|
## OS Files
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Linux
|
|
.directory
|
|
|
|
# Hugo
|
|
.hugo_build.lock
|
|
jsconfig.json
|
|
|
|
# css map
|
|
*.css.map
|