Skip to content

Commit

Permalink
tidy: .gitignore
Browse files Browse the repository at this point in the history
* removed the zephir_upd from scratch dir
* standaradized .keep as the placeholder file
* re-ordered .gitignore to group by directory
  • Loading branch information
niquerio committed Mar 20, 2024
1 parent f2a47f9 commit 3a10d2c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
data
start_solr.sh
stop_solr.sh
.local
.solargraph.yml
.idea
.cache
.irb_history
.byebug_history
ht_secure_data.rb
logs
overlap/overlap_umich.tsv
tmp/
lib/translation_maps/hlb.json.gz
lib/translation_maps/umich/libLocInfo.yaml
.bash_history
.env
.bundle
/umich_catalog_indexing/.gem
/umich_catalog_indexing/.env
/umich_catalog_indexing/debug*
/umich_catalog_indexing/.m2
/umich_catalog_indexing/.ssh/*
.gem

umich_catalog_indexing/debug*
umich_catalog_indexing/.m2
umich_catalog_indexing/.ssh/*
umich_catalog_indexing/coverage/

umich_catalog_indexing/lib/translation_maps/hlb.json.gz
umich_catalog_indexing/lib/translation_maps/umich/libLocInfo.yaml

umich_catalog_indexing/scratch/*
!umich_catalog_indexing/scratch/.keep

umich_catalog_indexing/examples/*.xml
umich_catalog_indexing/examples/*/*.xml
umich_catalog_indexing/examples/*.tar.gz
umich_catalog_indexing/examples/*/*.tar.gz

/sftp/ssh/*
!/sftp/ssh/README.md
!/sftp/ssh/.keep
/sftp/search_daily_bibs/*.xml
/umich_catalog_indexing/*.xml
/umich_catalog_indexing/*/*.xml
/umich_catalog_indexing/*/*/*.xml
*.tar.gz
/sftp/search_daily_bibs/*.tar.gz
!sftp/search_daily_bibs/sample.tar.gz
!sftp/search_daily_bibs/birds_2022021017_21131448650006381_new.tar.gz

support_dbs/scratch/*
!support_dbs/scratch/.keep

biblio/biblio.zip

overlap/*.tsv
File renamed without changes.
Empty file.

0 comments on commit 3a10d2c

Please sign in to comment.