varies coses i detallets
This commit is contained in:
59
.gitignore
vendored
59
.gitignore
vendored
@@ -1,8 +1,57 @@
|
||||
# --- Build outputs ---
|
||||
build/
|
||||
dist/
|
||||
aee
|
||||
aee.exe
|
||||
.DS_Store
|
||||
trick.ini
|
||||
.vscode/
|
||||
*.o
|
||||
*.obj
|
||||
*.exe
|
||||
*.app
|
||||
|
||||
# --- Generated assets ---
|
||||
resource.pack
|
||||
data.jrf
|
||||
build/
|
||||
dist/
|
||||
|
||||
# --- Runtime / debug junk ---
|
||||
trick.ini
|
||||
*.log
|
||||
*.dmp
|
||||
|
||||
# --- Editor / IDE ---
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.cache/
|
||||
compile_commands.json
|
||||
|
||||
# --- macOS ---
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
.fseventsd
|
||||
.DocumentRevisions-V100
|
||||
.TemporaryItems
|
||||
.VolumeIcon.icns
|
||||
Icon?
|
||||
|
||||
# --- Windows ---
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
Desktop.ini
|
||||
desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
*.lnk
|
||||
|
||||
# --- Linux ---
|
||||
*~
|
||||
.fuse_hidden*
|
||||
.directory
|
||||
.Trash-*
|
||||
.nfs*
|
||||
|
||||
Reference in New Issue
Block a user