Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Node.js dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# JavaScript build outputs
dist/
build/
*.min.js
*.bundle.js

# Environment variables
.env
.env.local
.env.*.local

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# YAML temporary files
*.yaml.bak
*.yml.bak
*.yaml~
*.yml~

# Logs
logs/
*.log

# Coverage and test outputs
coverage/
.nyc_output/
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# web-430
GitHub Repository for WEB 430 DevOps
# WEB 430 - DevOps

## Course Description
This repository contains coursework and projects for WEB 430 - DevOps course.

## Repository Structure
This repository will be organized by weeks and assignments as the course progresses.

## Getting Started
1. Clone this repository
2. Navigate to the appropriate week or assignment folder
3. Follow the instructions in each assignment's README

## Technologies
- Node.js
- JavaScript
- YAML
- Other DevOps tools and technologies as covered in the course

## Author
Bellevue University WEB 430 Student

## License
See LICENSE file for details
Loading