-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from Alyx-LeGuen/main
Delete a swp file and add a .gitignore to avoid committing dev file
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |