Skip to content

Commit

Permalink
Merge pull request #40 from PranavBarthwal/revert-26-gitignore-generator
Browse files Browse the repository at this point in the history
Revert "feat(gitignore) add git ignore generator"
  • Loading branch information
PranavBarthwal authored Oct 21, 2024
2 parents 73ff791 + 308ffd3 commit b06af88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 134 deletions.
131 changes: 0 additions & 131 deletions gitignoreGenerator.js

This file was deleted.

3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { GoogleGenerativeAI } from '@google/generative-ai';
import chalk from 'chalk';
import ora from 'ora'; // Import the ora package
import inquirer from 'inquirer'; // Import the inquirer package
import { generateGitignore } from './gitignoreGenerator';

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
Expand Down Expand Up @@ -61,8 +60,6 @@ program
.action(() => {
const TEMPLATE_PATH = path.join(__dirname, 'templates');

generateGitignore(TEMPLATE_PATH);

try {
// Copy the template files to the destination path
fs.copySync(TEMPLATE_PATH, DESTINATION_PATH);
Expand Down

0 comments on commit b06af88

Please sign in to comment.