Skip to content

Commit

Permalink
SourceNotDrip (finally)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrusherNotDrip committed Jun 24, 2024
1 parent a36839e commit 002af1d
Show file tree
Hide file tree
Showing 1,078 changed files with 210,278 additions and 68,467 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ art/test_x64-debug-officialrelease.bat
### VS Code
export/*
.vscode/*
.haxelib/
.github/
*.code-workspace
vs_Community.exe
# Local history which shouldn't be shared.
.history
.ionide
Expand All @@ -17,4 +20,9 @@ export/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
art/build_html.bat
art/build_html-debug.bat

### SNC-Specific
unused_secret/
8 changes: 7 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
"version": "0.2.0",
"configurations": [
{
"name": "Lime",
"name": "Build + Debug",
"type": "lime",
"request": "launch"
},
{
"name": "Debug",
"type": "lime",
"request": "launch",
"preLaunchTask": null
}
]
}
17 changes: 0 additions & 17 deletions .vscode/tasks.json

This file was deleted.

150 changes: 0 additions & 150 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 002af1d

Please sign in to comment.