Loading .gitignore +7 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,13 @@ # Specific file to ignore nodes.ini # Emacs specific files *~ # Backup files (e.g., file.txt~) \#* .#* # Lock files (e.g., .#file.txt) *.elc # Compiled Emacs Lisp files auto-save-list # Auto-save-list directory # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] Loading Loading @@ -137,13 +144,6 @@ dmypy.json *.sublime-project *.sublime-workspace # Emacs specific files *~ # Backup files (e.g., file.txt~) #* .#* # Lock files (e.g., .#file.txt) *.elc # Compiled Emacs Lisp files auto-save-list # Auto-save-list directory # Linux/Unix backup files (common convention) *.bak *.backup Loading Loading
.gitignore +7 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,13 @@ # Specific file to ignore nodes.ini # Emacs specific files *~ # Backup files (e.g., file.txt~) \#* .#* # Lock files (e.g., .#file.txt) *.elc # Compiled Emacs Lisp files auto-save-list # Auto-save-list directory # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] Loading Loading @@ -137,13 +144,6 @@ dmypy.json *.sublime-project *.sublime-workspace # Emacs specific files *~ # Backup files (e.g., file.txt~) #* .#* # Lock files (e.g., .#file.txt) *.elc # Compiled Emacs Lisp files auto-save-list # Auto-save-list directory # Linux/Unix backup files (common convention) *.bak *.backup Loading