aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/Golang/Hugo.gitignore3
-rw-r--r--community/LensStudio.gitignore16
2 files changed, 19 insertions, 0 deletions
diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore
index 37fa330e..996959a3 100644
--- a/community/Golang/Hugo.gitignore
+++ b/community/Golang/Hugo.gitignore
@@ -6,3 +6,6 @@
hugo.exe
hugo.darwin
hugo.linux
+
+# Temporary lock file while building
+/.hugo_build.lock
diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore
new file mode 100644
index 00000000..5aa2e950
--- /dev/null
+++ b/community/LensStudio.gitignore
@@ -0,0 +1,16 @@
+# gitignore template for LensStudio
+# website: https://lensstudio.snapchat.com/
+
+# macOS/IDE #
+.DS_Store
+.idea
+
+# js #
+node_modules
+yarn.lock
+
+# Python #
+__pycache__/
+*.py[cod]
+*$py.class
+[Bb]ackup*