mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
NOTE: works only on directories (only modification / deletion of tracked files will show up in "git status") To force-stage a file/directory, use "git add -f", an exception was made for universal/ . Signed-off-by: freghar <compmancz@gmail.com> (based on commit 0a4057f) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
16 lines
406 B
Text
16 lines
406 B
Text
#
|
|
# NOTE! Don't add files that are generated in specific
|
|
# subdirectories here. Add them in the ".gitignore" file
|
|
# in that subdirectory instead.
|
|
#
|
|
# NOTE! Please use 'git-ls-files -i --exclude-standard'
|
|
# command after changing this file, to see if there are
|
|
# any tracked files which get ignored after the change.
|
|
#
|
|
|
|
#
|
|
# Scripting projects
|
|
# This excludes all 3rd party script libraries
|
|
#
|
|
*/
|
|
!universal/
|