🎉 Initial source commit
This commit is contained in:
commit
46b2320820
6 changed files with 82 additions and 0 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
### Visual Studio Code ###
|
||||
# VS Code workspace settings
|
||||
.vscode/*
|
||||
# Shared VS Code settings
|
||||
!.vscode/settings.json
|
||||
# VS Code build tasks
|
||||
!.vscode/tasks.json
|
||||
# VS Code debug configurations
|
||||
!.vscode/launch.json
|
||||
# VS Code recommended extensions
|
||||
!.vscode/extensions.json
|
||||
# VS Code snippets
|
||||
!.vscode/*.code-snippets
|
||||
!*.code-workspace
|
||||
*.vsix
|
||||
|
||||
### Backup ###
|
||||
# Backup file
|
||||
*.bak
|
||||
*.gho
|
||||
*.ori
|
||||
# Original file backup
|
||||
*.orig
|
||||
# Temporary files
|
||||
*.tmp
|
||||
|
||||
### Haxe ###
|
||||
.haxelib/
|
||||
.haxelsp/recording/
|
||||
dump/
|
||||
|
||||
## OpenFL ##
|
||||
export/
|
Loading…
Add table
Add a link
Reference in a new issue