summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 660e248..6602391 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,7 @@ cmd/*/debug
webapp/dist
webapp/node_modules
+
+# private (prefixed by 2 underscores) directories or files
+__*/
+__* \ No newline at end of file