mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 04:15:45 -08:00
36 lines
244 B
Plaintext
36 lines
244 B
Plaintext
.local/
|
|
.vscode/
|
|
.gradle/
|
|
node_modules/
|
|
buildJvm/
|
|
|
|
build.gradle
|
|
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.metadata
|
|
*.iml
|
|
*.ipr
|
|
|
|
*.class
|
|
*/.vs
|
|
*.suo
|
|
|
|
bin/
|
|
obj/
|
|
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
out/
|
|
|
|
*.py[co]
|
|
|
|
Pipfile
|
|
|
|
.DS_Store
|
|
/.vs/basic-computer-games/v16
|
|
/.vs
|