Skip to content

Commit

Permalink
Merge pull request #86 from Alyx-LeGuen/main
Browse files Browse the repository at this point in the history
Delete a swp file and add a .gitignore to avoid committing dev file
  • Loading branch information
dbarzin authored May 4, 2024
2 parents ba0c890 + 3451b9b commit 7bdcce0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Empty file removed .entrypoint.sh.swp
Empty file.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Laravel / Dependencies
/vendor
.env
/public/.htaccess
/storage
storage/*.key
node_modules
.cache/

# IDEs / editors / System Files
*.swp
*.swo
.idea
.vscode
.history
ehthumbs.db
Thumbs.db
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
.bash_history

# log files and databases
*.log
*.sql
*.sqlite

0 comments on commit 7bdcce0

Please sign in to comment.