Commit Graph

17 Commits

Author SHA1 Message Date
Anton Hvornum
4f690e5a83 Tweaked git ignore to ignore all tar.gz and __pycache__ 2023-02-21 10:14:31 +01:00
Anton Hvornum
d2d42ac94b Added a JSON search endpoint for groups. The result from the group search is all packages that belong to a specific group. 2022-02-10 22:17:02 +01:00
Jelle van der Waa
c403c15df8
add database.db to gitignore 2021-09-18 23:46:44 +02:00
Jelle van der Waa
1602fc64e2
remove relic key from gitignore 2021-09-18 23:46:33 +02:00
Jelle van der Waa
d36547f1a2
Add htmlcov to gitignore 2021-09-13 22:08:14 +02:00
Aleksandar Trifunovic
cbf837ecf5
add mypy_cache to gitignore 2019-02-01 21:27:57 +01:00
Frank Vanderham
dec4142cb0 Add coverage to gitignore
Added the .coverage file to gitignore.
2018-05-11 21:29:03 +02:00
Angel Velasquez
ecc70364bb Update .gitignore
Add rope cache dir to .gitignore
2017-05-24 14:17:05 -04:00
Dan McGee
05f3c5fd19 Load key before importing newrelic
Their code stupidly grabs the environment variable during import, not
during the initialize call.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-13 20:26:52 -06:00
Dan McGee
5200660759 Add .DS_Store to .gitignore
Thanks for your silly files, OS X.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-10-26 16:47:46 -05:00
Dan McGee
d7c0ae9b55 Add tags file (ctags) to .gitignore
Also add 'env/', a directory I frequently use for the virtualenv.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-08 21:28:54 -05:00
Dan McGee
943ef2e8e4 Convert to and enable staticfiles contrib application
This moves our site static files into the sitestatic directory if they
are shared resources, and also moves a handful of things (such as the
artwork logos) into application-specific static/ directories. This
allows the staticfiles contrib app to work after a few settings tweaks,
a run of collectstatic, and massaging the hardcoded '/media/' prefix out
of our templates.

Django 1.4 is going to make this a lot easier to move things to a CDN
and provides better template tags; for now this is setting the stage
before we can move to that.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05 23:06:10 -06:00
Dan McGee
a52a46cee2 Ignore other sqlite3 created files by default
If using the defaults, this will ignore archweb.db-journal, and we can
also ignore the files created when in WAL mode.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-11-27 14:42:11 -06:00
Dusty Phillips
43c7e87662 No More Doh 2009-05-04 20:30:09 -04:00
eliott
fe0a137f53 updated gitignore 2008-04-16 18:39:04 -07:00
eliott
cfe61acc13 updated ignore 2008-01-05 17:10:34 -08:00
eliott
39a548fd26 Initial import for public release...
Special Note
  Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
2007-11-03 03:45:10 -04:00