first commit
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Build and Release Folders
|
||||
bin-debug/
|
||||
bin-release/
|
||||
[Oo]bj/
|
||||
[Bb]in/
|
||||
|
||||
# Other files and folders
|
||||
.settings/
|
||||
|
||||
node_modules/
|
||||
public/
|
||||
myenv/
|
||||
venv/
|
||||
package.json
|
||||
package-lock.json
|
||||
|
||||
# Executables
|
||||
*.swf
|
||||
*.air
|
||||
*.ipa
|
||||
*.apk
|
||||
|
||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
||||
# should NOT be excluded as they contain compiler settings and other important
|
||||
# information for Eclipse / Flash Builder.
|
||||
|
||||
*.mov
|
||||
*.mp4
|
||||
cert/nginx/*.crt
|
||||
cert/nginx/*.key
|
||||
|
||||
*.jpg
|
||||
*.heic
|
||||
*.jpeg
|
||||
*.png
|
||||
|
||||
Reference in New Issue
Block a user