Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-01 01:03:58 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-01 01:03:58 +0300
commit22e073f55864d408cee556cccc2f8045cb64f782 (patch)
tree8cfca645f36ff2cc69087f1bc5b8b251551f36f3 /.gitignore
Initial Commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore43
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9be0b41
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,43 @@
+# Hugo default output directory
+/public
+/resources
+
+# Test files
+node_modules
+npm-debug.log
+
+# Temporary files
+tmp
+
+# Visual Studio
+.vs
+
+# Adobe files
+*.ai
+*.psd
+*.indd
+*.indb
+
+# Compressed files
+*.zip
+*.gz
+*.tar
+*.7z
+
+# Folder view configuration files
+.DS_Store
+Desktop.ini
+
+# Thumbnail cache files
+._*
+Thumbs.db
+
+# Sass
+.sass-cache
+
+# Files that might appear on external disks
+.Spotlight-V100
+.Trashes
+
+# Local
+/_local \ No newline at end of file