Skip to content

Commit

Permalink
Improved visualization and XML parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
fedoraman737 committed Aug 6, 2024
1 parent 07b0c8b commit 2a93f18
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# Ignore everything in the output folder
# Ignore build files
cmake-build-debug/

# Ignore output folder content
output/*

# But keep the folder itself
# But keep the output folder itself
!output/

# Ignore any other potentially sensitive or unwanted files
# Ignore IDE-specific files
.idea/
*.iml

# Ignore logs and temporary files
*.log
*.tmp

# Ignore compiled object files
*.o
*.obj
*.exe

# Ignore temporary system files
.DS_Store
Thumbs.db


0 comments on commit 2a93f18

Please sign in to comment.