mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 15:41:20 +02:00
chore: Add components package marker file
- Create components.go to ensure proper Go package recognition - Update .gitignore to exclude all Go files except components.go
This commit is contained in:
+2
-1
@@ -44,6 +44,7 @@ Thumbs.db
|
||||
|
||||
# Ignore all Go files in the components directory
|
||||
components/*.go
|
||||
!components/components.go
|
||||
|
||||
# Ignore the data directory
|
||||
data/
|
||||
@@ -60,4 +61,4 @@ destination/
|
||||
archive/
|
||||
|
||||
# Ignore binaries
|
||||
gomft
|
||||
gomft
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
// Package components contains the UI components for the GoMFT application.
|
||||
// This file serves as a marker for the components package to ensure it's properly recognized by Go.
|
||||
package components
|
||||
Reference in New Issue
Block a user