code.gitea.io/gitea@v1.21.7/options/gitignore/Smalltalk (about)

     1  # changes file
     2  *.changes
     3  *.chg
     4  
     5  # system image
     6  *.image
     7  *.img7
     8  *.img
     9  
    10  # Pharo Smalltalk Debug log file
    11  PharoDebug.log
    12  
    13  # Squeak Smalltalk Debug log file
    14  SqueakDebug.log
    15  
    16  # Dolphin Smalltalk source file
    17  *.sml
    18  
    19  # Dolphin Smalltalk error file
    20  *.errors
    21  
    22  # Monticello package cache
    23  /package-cache
    24  
    25  # playground cache
    26  /play-cache
    27  /play-stash
    28  
    29  # Metacello-github cache
    30  /github-cache
    31  github-*.zip