mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 14:51:57 +00:00
23 lines
211 B
Plaintext
23 lines
211 B
Plaintext
# folders
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
*.out
|
|
|
|
# debug files
|
|
/debug
|
|
/swirl
|
|
|
|
# node
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local |