mirror of
https://github.com/munificent/craftinginterpreters.git
synced 2026-03-27 07:21:02 +00:00
19 lines
286 B
Plaintext
19 lines
286 B
Plaintext
# Intermediate and built stuff.
|
|
.sass-cache/
|
|
/build/
|
|
/gen/
|
|
clox
|
|
*.class
|
|
exercises/chapter01_introduction/3/linked_list
|
|
.idea/
|
|
|
|
# I keep a scratch file at the top level to try stuff out.
|
|
temp.lox
|
|
|
|
# XCode user-specific stuff.
|
|
xcuserdata/
|
|
|
|
# Dart stuff.
|
|
/tool/.dart_tool/
|
|
/tool/.packages
|