updated .gitignor
This commit is contained in:
+11
-14
@@ -1,14 +1,11 @@
|
||||
# Crystal build artifacts
|
||||
/.build/
|
||||
/bin/
|
||||
|
||||
# Compiled test binary (crystal build test.cr)
|
||||
test
|
||||
|
||||
# Shards cache
|
||||
/.shards/
|
||||
/lib/
|
||||
|
||||
# Editor
|
||||
tags
|
||||
.DS_Store
|
||||
*
|
||||
!CLAUDE.md
|
||||
!src/
|
||||
!src/**
|
||||
!shard.yml
|
||||
!README.md
|
||||
!design.adoc
|
||||
!docs/
|
||||
!docs/**
|
||||
!Makefile
|
||||
!LICENSE
|
||||
|
||||
Reference in New Issue
Block a user