mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
Remove output directories from the repository
This commit is contained in:
parent
9d977774fc
commit
d50ebb0c64
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,12 +1,11 @@
|
|||||||
# Ignore all files inside the bin/ directory except .gitkeep
|
# Ignore all files in the bin/ directory
|
||||||
bin/*
|
bin/
|
||||||
!bin/.gitkeep
|
|
||||||
|
|
||||||
# Ignore all files inside the docs/ directory except .gitkeep
|
# Ignore all files in the docs/ directory
|
||||||
docs/*
|
docs/
|
||||||
!docs/.gitkeep
|
|
||||||
|
# Ignore all files in the lib/ directory
|
||||||
|
lib/
|
||||||
|
|
||||||
# Ignore all files made by shards
|
# Ignore all files made by shards
|
||||||
.shards/
|
.shards/
|
||||||
lib/**/*
|
|
||||||
!lib/*.cr
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
We use `.gitkeep` to keep track of directories that have no other files in them.
|
|
@ -1 +0,0 @@
|
|||||||
We use `.gitkeep` to keep track of directories that have no other files in them.
|
|
@ -31,7 +31,7 @@
|
|||||||
# If so, add Maid.init() to create a base configuration
|
# If so, add Maid.init() to create a base configuration
|
||||||
|
|
||||||
require "file_utils"
|
require "file_utils"
|
||||||
require "trucolor"
|
require "./trucolor"
|
||||||
|
|
||||||
module Maid
|
module Maid
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
require "theme"
|
require "./theme_helper"
|
||||||
require "yaml"
|
require "yaml"
|
||||||
|
|
||||||
if ARGV.size > 0
|
if ARGV.size > 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user