initial commit
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# this is just a demo .gitignore file, put all the files and folders you want to be ignored by git inside
|
||||
# if you work with NetBeans: ignore NetBeans project files
|
||||
/nbproject/private/
|
||||
# don't commit all the dependencies fetched via Composer
|
||||
/vendor/
|
||||
|
||||
.idea/
|
||||
Reference in New Issue
Block a user