Compare commits
No commits in common. "7e406297592562509000d8eac7b34076e138e329" and "6c5391d932c600031198bd4989566095ba568e6d" have entirely different histories.
7e40629759
...
6c5391d932
22
.gitignore
vendored
22
.gitignore
vendored
|
|
@ -1,22 +0,0 @@
|
||||||
# Ignore ISO and executable files
|
|
||||||
*.iso
|
|
||||||
*.exe
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Ignore logs
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Ignore build and distribution directories
|
|
||||||
build/
|
|
||||||
dist/
|
|
||||||
node_modules/
|
|
||||||
|
|
||||||
# Python and Java artifacts
|
|
||||||
__pycache__/
|
|
||||||
*.class
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
|
|
||||||
# OS-specific files
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
Loading…
Reference in New Issue
Block a user