Skip to content

Commit

Permalink
Backup Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
neojarvis committed Oct 19, 2023
1 parent faf6ea6 commit baad1b4
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Ignore Testcase Files
junit
karma
react
puppeteer
screenshots
shell
nunit
nodejest
jasmine
selenium
cucumber

# Ignore .gitignore
.gitignore

# Ignore node modules
node_modules

# Git Build files
/pom.xml
.github

# ignore done file
done
2 changes: 1 addition & 1 deletion backup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ USE `appdb`;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-10-09 5:10:27
-- Dump completed on 2023-10-19 5:38:41
Loading

0 comments on commit baad1b4

Please sign in to comment.