Skip to content

Commit

Permalink
Add top-level .gitignore
Browse files Browse the repository at this point in the history
Ignore common output files.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Dec 28, 2023
1 parent 3a83547 commit e726b08
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Outut directory of OpenEdu Builder
/.output/

# Archive files
*.zip
*.gz
*.bz2
*.Z
*.tgz
*.tbz2
*.rar

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Temporary files
*.swp
*.swo
*~

# System files
.DS_Store
Thumbs.db

0 comments on commit e726b08

Please sign in to comment.