diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e529200 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +#others +node_modules +.hugo_build.lock + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes + +# Hugo +public +hugo_cache \ No newline at end of file