Skip to content

Instantly share code, notes, and snippets.

@ErenayDev
Forked from vkartk/.stignore
Last active January 10, 2026 20:20
Show Gist options
  • Select an option

  • Save ErenayDev/113bf8dfcc29c92922239a22bcd11aff to your computer and use it in GitHub Desktop.

Select an option

Save ErenayDev/113bf8dfcc29c92922239a22bcd11aff to your computer and use it in GitHub Desktop.
A comprehensive .stignore file for Syncthing, excluding unnecessary files and directories during synchronization. Organized into categories, platform-specific exclusions included.
.DS_Store
Thumbs.db
desktop.ini
*.tmp
*.temp
*.swp
*~
.*~
*#
.#*
*.log
.cache/
.tmp/
temp/
tmp/
.Spotlight-V100/
.Trashes/
.Trash-*/
.AppleDouble/
.fuse_hidden*/
$RECYCLE.BIN/
System Volume Information/
node_modules/
vendor/
bower_components/
.pnpm-store/
__pycache__/
*.pyc
*.pyo
.Python
*.egg-info/
.eggs/
dist/
build/
*.egg
.venv/
venv/
env/
.env/
target/
*.class
*.jar
*.war
*.ear
.gradle/
.m2/
out/
bin/
obj/
*.dll
*.exe
*.pdb
packages/
*.nupkg
*.o
*.so
*.dylib
*.a
*.out
cmake-build-*/
_build/
deps/
.elixir_ls/
.mix/
erl_crash.dump
.bundle/
.ruby-version
.ruby-gemset
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.iml
.project
.classpath
.settings/
.git/
.svn/
.hg/
*.bak
*.backup
*.old
*.orig
.terraform/
*.tfstate
*.tfstate.*
.serverless/
.vercel/
.netlify/
.next/
.nuxt/
.output/
.svelte-kit/
.docker/
*.pid
*.seed
*.pid.lock
coverage/
.nyc_output/
.pytest_cache/
.tox/
.nox/
htmlcov/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment