Skip to content

Commit

Permalink
Merge pull request #4 from gayanukabulegoda/dev
Browse files Browse the repository at this point in the history
Finalize and Merge FieldGuardian-FRONTEND Development from Dev to Main Branch
  • Loading branch information
gayanukabulegoda authored Dec 5, 2024
2 parents 95d8749 + b277db6 commit 9f0b5b5
Show file tree
Hide file tree
Showing 132 changed files with 37,657 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# dotenv environment variables file
.env

# VS Code
.vscode/
.history/

# IntelliJ IDEA
.idea/
*.iml
out/

# MacOS
.DS_Store

# Thumbnails
._*

# Temporary files
*.swp
*.swo
*.tmp

# Build directories
dist/
build/
Loading

0 comments on commit 9f0b5b5

Please sign in to comment.