Skip to content

Commit

Permalink
Cleanup gitignore and update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan committed Apr 27, 2024
1 parent caa1d55 commit 165c8eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
TODO
rails_panel.zip
.vscode
25 changes: 2 additions & 23 deletions extension/.gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

.vite
node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
node_modules
build/*.zip
6 changes: 4 additions & 2 deletions extension/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.PHONY: build clean

build:
zip -r0 rails_panel.zip dist
zip -r0 build/rails_panel.zip dist
clean:
rm rails_panel.zip
rm build/*
Empty file added extension/build/.gitkeep
Empty file.

0 comments on commit 165c8eb

Please sign in to comment.