# See http://help.github.com/ignore-files/ for more about ignoring files. # IDE and Editor directories .vscode/ .idea/ *.swp *.swo *~ # OS Files .DS_Store Thumbs.db Desktop.ini # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Temporary files tmp/ temp/ *.tmp # Build outputs (will be in submodules) dist/ build/ out/ # Dependencies (will be in submodules) node_modules/ # Environment files (these should be in submodules, but add here as safety) .env .env.local .env.*.local # User-specific files *.suo *.user *.userosscache *.sln.docstates # Scripts with secrets infra/scripts/setup-azure.ps1 # OpenWolf .wolf/ # Playwright /test-results/ /playwright-report/ /blob-report/ /playwright/.cache/ /playwright/.auth/