Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# macOS / editor noise
.DS_Store
.idea/
.idea/

# Xcode per-user state (user-specific UI snapshots should not ship with the repo)
**/xcuserdata/
*.xcuserstate

# ESP-IDF firmware build artefacts
firmware/build/
firmware/managed_components/
firmware/sdkconfig
firmware/sdkconfig.old
firmware/sdkconfig.local
firmware/sdkconfig.defaults.local
firmware/dependencies.lock.local

# Go server build artefacts
server/StackChan
server/StackChan.exe

# Environment files for docker/compose and local overrides
.env
.env.local
Binary file not shown.

This file was deleted.

This file was deleted.