Skip to content

Commit

Permalink
Merge pull request #57 from caffeine-addictt/fix/cleanup-syncignore
Browse files Browse the repository at this point in the history
Cleanup syncignore
  • Loading branch information
caffeine-addictt committed May 12, 2024
2 parents 14f26e3 + 1864e7e commit e43f4cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors:
orcid: https://orcid.org/0009-0001-1641-9397
identifiers:
- type: url
value: https://github.com/caffeine-addictt/template/releases/tag/v1.12.2
description: The GitHub release URL of tag v1.12.2.
value: https://github.com/caffeine-addictt/template/releases/tag/v1.12.3
description: The GitHub release URL of tag v1.12.3.
cff-version: 1.2.0
date-released: 2024-05-12
keywords:
Expand All @@ -19,4 +19,4 @@ message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/caffeine-addictt/template
title: template
type: software
version: 1.12.2
version: 1.12.3
2 changes: 2 additions & 0 deletions dist/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ const { func: main } = (0, io_util_1.withTempDir)('caffeine-addictt-template-',
fs_1.default.unlinkSync('.eslintignore');
fs_1.default.unlinkSync('.prettierignore');
fs_1.default.unlinkSync('eslint.config.mjs');
// Syncing
fs_1.default.unlinkSync('.templatesyncignore');
// Git
fs_1.default.unlinkSync('.gitignore');
// Node
Expand Down
3 changes: 3 additions & 0 deletions src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ const { func: main } = withTempDir(
fs.unlinkSync('.prettierignore');
fs.unlinkSync('eslint.config.mjs');

// Syncing
fs.unlinkSync('.templatesyncignore');

// Git
fs.unlinkSync('.gitignore');

Expand Down

0 comments on commit e43f4cd

Please sign in to comment.