mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
58 lines
434 B
Plaintext
58 lines
434 B
Plaintext
# Package Shell Specific Things
|
|
|
|
## Build Process
|
|
|
|
/build
|
|
|
|
## Transient files
|
|
|
|
/src/input
|
|
/src/output
|
|
/src/log
|
|
/drop
|
|
|
|
# Programming Languages
|
|
|
|
## Java
|
|
/src/java/**/*.class
|
|
|
|
## Rakudo / Perl6
|
|
/src/**/.precomp
|
|
|
|
## PHP
|
|
/vendor/
|
|
|
|
## Python
|
|
*.swp
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info
|
|
/dist
|
|
|
|
## Ruby
|
|
*.gem
|
|
.bundle
|
|
|
|
# Editors
|
|
|
|
## Dia
|
|
*.dia.autosave
|
|
|
|
## Emacs
|
|
\#*\#
|
|
.\#*
|
|
|
|
|
|
## Vi / Vim
|
|
*.swp
|
|
|
|
# Filesystem Artifacts
|
|
|
|
## Mac
|
|
|
|
.DS_Store
|
|
|
|
## NFS
|
|
|
|
.nfs*
|