Skip to content

Commit

Permalink
Update .gitignore & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Nov 1, 2022
1 parent 94380c9 commit 166f39e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
11 changes: 2 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
!/log/.keep
!/tmp/.keep

# Re-Volt Paintkits
*.psd
*.pdn
*.xcf

# Packaging
*.zip
packages.json

# Custom Cars
carboxes/rookie/*
carboxes/amateur/*
Expand All @@ -32,8 +23,10 @@ carboxes/pro/*
carboxes/super-pro/*
carboxes/clockwork/*

#
# Keep Stock Car Boxes (including DC)
#

# Rookie
!carboxes/rookie/bigvolt.bmp
!carboxes/rookie/col._moss.bmp
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
rva_cars/
RVA Car Pack.
===

Re-Volt America's Cars Pack.
Part of the [RVA](https://github.com/Re-Volt-America/rva) base repository.
The base repository includes this as a sub-module.

## Usage
## Tasks
The rva_cars repository contains the following rake tasks:
- `:clean`: Removes all unnecessary files from cars/, such as paintkits, extra folders, etc. Use it before pushing to this repo!
- `:carboxes`: Takes all car boxes from cars/ and organises them into carboxes/. We use these for the website.

Packaging and versioning is handled at the top level repo for the rva pack [here](https://github.com/Re-Volt-America/rva).

Using `rake` on its own will execute all in its intended order: `:clean, :carboxes`.

0 comments on commit 166f39e

Please sign in to comment.